#D2CCEC

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

Shades of Fog #D2CCEC

Tints of Fog #D2CCEC

Color information

#D2CCEC (or 0xD2CCEC) is unknown color: approx Fog. HEX triplet: D2, CC and EC. RGB value is (210,204,236). Sum of RGB (Red+Green+Blue) = 210+204+236=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEC is #2D3313. Grayscale: #D1D1D1. Windows color (decimal): -2962196 or 15518930. OLE color: 15518930.

HSL color Cylindrical-coordinate representation of color #D2CCEC: hue angle of 251.25º 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 #D2CCEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210204236-
CMYK0.110.1400.07
HSL251.25º45.71%86.27%-
HSV(B)251.25º13.56%92.55%-
XYZ63.3162.9488.17-
YUV209.44142.99128.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.31%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=32.31%
G=31.38%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102042360.110.1400.07251.2545.7186.27
HexD2CCECBE07fb2e56
Octal32231435413160737356126
Binary110100101100110011101100101111100111111110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCEC; }

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

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

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

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

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

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

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

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