#D4CCEC

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

Shades of Fog #D4CCEC

Tints of Fog #D4CCEC

Color information

#D4CCEC (or 0xD4CCEC) is unknown color: approx Fog. HEX triplet: D4, CC and EC. RGB value is (212,204,236). Sum of RGB (Red+Green+Blue) = 212+204+236=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCEC is #2B3313. Grayscale: #D1D1D1. Windows color (decimal): -2831124 or 15518932. OLE color: 15518932.

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

Color convert

RGB212204236-
CMYK0.100.1400.07
HSL255º45.71%86.27%-
HSV(B)255º13.56%92.55%-
XYZ63.8863.2488.2-
YUV210.04142.65129.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=32.52%
G=31.29%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122042360.100.1400.0725545.7186.27
HexD4CCECAE07ff2e56
Octal32431435412160737756126
Binary110101001100110011101100101011100111111111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCEC; }

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

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

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

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

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

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

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

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