#D8CEEB

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

Shades of Fog #D8CEEB

Tints of Fog #D8CEEB

Color information

#D8CEEB (or 0xD8CEEB) is unknown color: approx Fog. HEX triplet: D8, CE and EB. RGB value is (216,206,235). Sum of RGB (Red+Green+Blue) = 216+206+235=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEEB is #273114. Grayscale: #D4D4D4. Windows color (decimal): -2568469 or 15453912. OLE color: 15453912.

HSL color Cylindrical-coordinate representation of color #D8CEEB: hue angle of 260.69º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CEEB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216206235-
CMYK0.080.1200.08
HSL260.69º42.03%86.47%-
HSV(B)260.69º12.34%92.16%-
XYZ65.3964.7487.65-
YUV212.3140.81130.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=32.88%
G=31.35%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162062350.080.1200.08260.6942.0386.47
HexD8CEEB8C081052a56
Octal330316353101401040552126
Binary11011000110011101110101110001100010001000001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEEB; }

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

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

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

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

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

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

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

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