#D7CEEC

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

Shades of Fog #D7CEEC

Tints of Fog #D7CEEC

Color information

#D7CEEC (or 0xD7CEEC) is unknown color: approx Fog. HEX triplet: D7, CE and EC. RGB value is (215,206,236). Sum of RGB (Red+Green+Blue) = 215+206+236=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEEC is #283113. Grayscale: #D4D4D4. Windows color (decimal): -2634004 or 15519447. OLE color: 15519447.

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

Color convert

RGB215206236-
CMYK0.090.1300.07
HSL258º44.12%86.67%-
HSV(B)258º12.71%92.55%-
XYZ65.2464.6588.4-
YUV212.11141.48130.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=32.72%
G=31.35%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152062360.090.1300.0725844.1286.67
HexD7CEEC9D071022c57
Octal32731635411150740254127
Binary1101011111001110111011001001110101111000000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEEC; }

 p { color: rgb(215,206,236); }

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

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

 a { background-color: rgb(215,206,236); }

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

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

 span { border-color: rgb(215,206,236); }

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