#D4CCDC

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

Shades of Fog #D4CCDC

Tints of Fog #D4CCDC

Color information

#D4CCDC (or 0xD4CCDC) is unknown color: approx Fog. HEX triplet: D4, CC and DC. RGB value is (212,204,220). Sum of RGB (Red+Green+Blue) = 212+204+220=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDC is #2B3323. Grayscale: #D0D0D0. Windows color (decimal): -2831140 or 14470356. OLE color: 14470356.

HSL color Cylindrical-coordinate representation of color #D4CCDC: hue angle of 270º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CCDC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212204220-
CMYK0.040.0700.14
HSL270º18.6%83.14%-
HSV(B)270º7.27%86.27%-
XYZ61.6662.3576.49-
YUV208.22134.65130.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=33.33%
G=32.08%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122042200.040.0700.1427018.683.14
HexD4CCDC470E10e1353
Octal3243143344701641623123
Binary11010100110011001101110010011101110100001110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCDC; }

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

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

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

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

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

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

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

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