#D8CDEE

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

Shades of Fog #D8CDEE

Tints of Fog #D8CDEE

Color information

#D8CDEE (or 0xD8CDEE) is unknown color: approx Fog. HEX triplet: D8, CD and EE. RGB value is (216,205,238). Sum of RGB (Red+Green+Blue) = 216+205+238=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDEE is #273211. Grayscale: #D3D3D3. Windows color (decimal): -2568722 or 15650264. OLE color: 15650264.

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

Color convert

RGB216205238-
CMYK0.090.1400.07
HSL260º49.25%86.86%-
HSV(B)260º13.87%93.33%-
XYZ65.5864.4389.87-
YUV212.05142.64130.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.78%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=32.78%
G=31.11%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162052380.090.1400.0726049.2586.86
HexD8CDEE9E071043157
Octal33031535611160740461127
Binary1101100011001101111011101001111001111000001001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDEE; }

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

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

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

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

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

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

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

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