#D8C9EE

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

Shades of Fog #D8C9EE

Tints of Fog #D8C9EE

Color information

#D8C9EE (or 0xD8C9EE) is unknown color: approx Fog. HEX triplet: D8, C9 and EE. RGB value is (216,201,238). Sum of RGB (Red+Green+Blue) = 216+201+238=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8C9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C9EE is #273611. Grayscale: #D1D1D1. Windows color (decimal): -2569746 or 15649240. OLE color: 15649240.

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

Color convert

RGB216201238-
CMYK0.090.1600.07
HSL264.32º52.11%86.08%-
HSV(B)264.32º15.55%93.33%-
XYZ64.6462.5589.55-
YUV209.7143.97132.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 201 (78.91% from 255) = 30.69%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=32.98%
G=30.69%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162012380.090.1600.07264.3252.1186.08
HexD8C9EE910071083456
Octal33031135611200741064126
Binary11011000110010011110111010011000001111000010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C9EE; }

 p { color: rgb(216,201,238); }

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

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

 a { background-color: rgb(216,201,238); }

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

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

 span { border-color: rgb(216,201,238); }

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