#DDCBCA

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

Shades of Light Grey #DDCBCA

Tints of Light Grey #DDCBCA

Color information

#DDCBCA (or 0xDDCBCA) is unknown color: approx Light Grey. HEX triplet: DD, CB and CA. RGB value is (221,203,202). Sum of RGB (Red+Green+Blue) = 221+203+202=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBCA is #223435. Grayscale: #D0D0D0. Windows color (decimal): -2241590 or 13290461. OLE color: 13290461.

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

Color convert

RGB221203202-
CMYK00.080.090.13
HSL3.16º21.84%82.94%-
HSV(B)3.16º8.6%86.67%-
XYZ61.8462.3564.65-
YUV208.27124.46137.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=35.30%
G=32.43%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120320200.080.090.133.1621.8482.94
HexDDCBCA089D31653
Octal3353133120101115326123
Binary110111011100101111001010010001001110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBCA; }

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

 H1.HeaderClassName
 {
   color: #DDCBCA;
 }
 .AnyTagClassName
 {
   color: #DDCBCA;
 }
</style>
background-color css

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

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

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

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

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

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