#DDCCCB

Color #DDCCCB Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #DDCCCB

Tints of Light Grey #DDCCCB

Color information

#DDCCCB (or 0xDDCCCB) is unknown color: approx 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

RGB221204203-
CMYK00.080.080.13
HSL3.33º20.93%83.14%-
HSV(B)3.33º8.14%86.67%-
XYZ62.1962.8765.36-
YUV208.97124.63136.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120420300.080.080.133.3320.9383.14
HexDDCCCB088D31553
Octal3353143130101015325123
Binary110111011100110011001011010001000110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>