#D8CEE4

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

Shades of Fog #D8CEE4

Tints of Fog #D8CEE4

Color information

#D8CEE4 (or 0xD8CEE4) is unknown color: approx Fog. HEX triplet: D8, CE and E4. RGB value is (216,206,228). Sum of RGB (Red+Green+Blue) = 216+206+228=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEE4 is #27311B. Grayscale: #D3D3D3. Windows color (decimal): -2568476 or 14995160. OLE color: 14995160.

HSL color Cylindrical-coordinate representation of color #D8CEE4: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8CEE4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216206228-
CMYK0.050.1000.11
HSL267.27º28.95%85.1%-
HSV(B)267.27º9.65%89.41%-
XYZ64.3964.3482.42-
YUV211.5137.31131.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=33.23%
G=31.69%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162062280.050.1000.11267.2728.9585.1
HexD8CEE45A0B10b1d55
Octal33031634451201341335125
Binary110110001100111011100100101101001011100001011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEE4; }

 p { color: rgb(216,206,228); }

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

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

 a { background-color: rgb(216,206,228); }

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

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

 span { border-color: rgb(216,206,228); }

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