Html Css Color HEX #DDCCCB Light Grey

📋 copy color: '#DDCCCB'

red 221 ◦ green 204 ◦ blue 203

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

Shades of Light Grey #DDCCCB

Tints of Light Grey #DDCCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.32%

R = 35.19%
G = 32.48%
B = 32.32%

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

#DDCCCB (or 0xDDCCCB) is known color: Light Grey. HEX triplet: DD, CC and CB. RGB value is (221,204,203). Sum of RGB (Red+Green+Blue) = 221+204+203=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCB is #223334. Grayscale: #D0D0D0. Windows color (decimal): -2241333 or 13356253. OLE color: 13356253.

HSL color Cylindrical-coordinate representation of color #DDCCCB: hue angle of 3.33º degrees, saturation: 0.21, 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 #DDCCCB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 203 -
CMYK 0 0.08 0.08 0.13
HSL 3.33º 0.21% 0.83% -
HSV(B) 3.33º 0.08% 0.87% -
XYZ 62.19 62.87 65.36 -
YUV 208.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 221 204 203 0 0.08 0.08 0.13 3.33 0.21 0.83
Hex DD CC CB 0 8 8 D 3 15 53
Octal 335 314 313 0 10 10 15 3 25 123
Binary 11011101 11001100 11001011 0 1000 1000 1101 11 10101 1010011

Color Harmonies of #DDCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCCB

Black with #DDCCCB

Text Example


Text Example

White with #DDCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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