#D4CCDD

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

Shades of Fog #D4CCDD

Tints of Fog #D4CCDD

Color information

#D4CCDD (or 0xD4CCDD) is unknown color: approx Fog. HEX triplet: D4, CC and DD. RGB value is (212,204,221). Sum of RGB (Red+Green+Blue) = 212+204+221=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDD is #2B3322. Grayscale: #D0D0D0. Windows color (decimal): -2831139 or 14535892. OLE color: 14535892.

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

Color convert

RGB212204221-
CMYK0.040.0800.13
HSL268.24º20%83.33%-
HSV(B)268.24º7.69%86.67%-
XYZ61.862.477.19-
YUV208.33135.15130.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=33.28%
G=32.03%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122042210.040.0800.13268.242083.33
HexD4CCDD480D10c1453
Octal32431433541001541424123
Binary110101001100110011011101100100001101100001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCDD; }

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

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

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

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

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

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

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

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