#D8CEEE

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

Shades of Fog #D8CEEE

Tints of Fog #D8CEEE

Color information

#D8CEEE (or 0xD8CEEE) is unknown color: approx Fog. HEX triplet: D8, CE and EE. RGB value is (216,206,238). Sum of RGB (Red+Green+Blue) = 216+206+238=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEEE is #273111. Grayscale: #D4D4D4. Windows color (decimal): -2568466 or 15650520. OLE color: 15650520.

HSL color Cylindrical-coordinate representation of color #D8CEEE: hue angle of 258.75º degrees, saturation: 0.48, 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 #D8CEEE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216206238-
CMYK0.090.1300.07
HSL258.75º48.48%87.06%-
HSV(B)258.75º13.45%93.33%-
XYZ65.8264.9189.95-
YUV212.64142.31130.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.73%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=32.73%
G=31.21%
B=36.06%

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
Decimal2162062380.090.1300.07258.7548.4887.06
HexD8CEEE9D071033057
Octal33031635611150740360127
Binary1101100011001110111011101001110101111000000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEEE; }

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

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

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

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

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

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

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

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