Html Css Color HEX #DDCCCC Light Grey

📋 copy color: '#DDCCCC'

red 221 ◦ green 204 ◦ blue 204

#DDCCCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Grey #DDCCCC

Tints of Light Grey #DDCCCC

RGB

 RED value IS 221 (86.72% from 255) = 35.14%

 GREEN value IS 204 (80.08% from 255) = 32.43%

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 35.14%
G = 32.43%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDCCCC (or 0xDDCCCC) is known color: Light Grey. HEX triplet: DD, CC and CC. RGB value is (221,204,204). Sum of RGB (Red+Green+Blue) = 221+204+204=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCC is #223333. Grayscale: #D1D1D1. Windows color (decimal): -2241332 or 13421789. OLE color: 13421789.

HSL color Cylindrical-coordinate representation of color #DDCCCC: hue angle of 0º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCCC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 204 -
CMYK 0 0.08 0.08 0.13
HSL 0.2% 0.83% -
HSV(B) 0.08% 0.87% -
XYZ 62.31 62.92 65.99 -
YUV 209.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 221 204 204 0 0.08 0.08 0.13 0 0.2 0.83
Hex DD CC CC 0 8 8 D 0 14 53
Octal 335 314 314 0 10 10 15 0 24 123
Binary 11011101 11001100 11001100 0 1000 1000 1101 0 10100 1010011

Color Harmonies of #DDCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCCC

Black with #DDCCCC

Text Example


Text Example

White with #DDCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCCC; }

 p { color: rgb(221,204,204); }

 H1.HeaderClassName
 {
   color: #DDCCCC;
 }
 .AnyTagClassName
 {
   color: #DDCCCC;
 }
</style>

background-color css

<style>
 a { background-color: #DDCCCC; }

 a { background-color: rgb(221,204,204); }

 div.DivClassName
 {
   background-color: #DDCCCC;
 }
 .BgClassName
 {
   background-color: #DDCCCC;
 }
</style>

border-color css

<style>
 span { border-color: #DDCCCC; }

 span { border-color: rgb(221,204,204); }

 td.TdClassName
 {
   border-color: #DDCCCC;
 }
 .TagClassName
 {
   border-color: #DDCCCC;
 }
</style>