Shades of Fog #D8CEEB
Tints of Fog #D8CEEB
RGB
CMYK
RGB Variations
Color information
#D8CEEB (or 0xD8CEEB) is known color: 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
| RGB | 216 | 206 | 235 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.08 |
| HSL | 260.69º | 0.42% | 0.86% | - |
| HSV(B) | 260.69º | 0.12% | 0.92% | - |
| XYZ | 65.39 | 64.74 | 87.65 | - |
| YUV | 212.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 235 | 0.08 | 0.12 | 0 | 0.08 | 260.69 | 0.42 | 0.86 |
| Hex | D8 | CE | EB | 8 | C | 0 | 8 | 105 | 2A | 56 |
| Octal | 330 | 316 | 353 | 10 | 14 | 0 | 10 | 405 | 52 | 126 |
| Binary | 11011000 | 11001110 | 11101011 | 1000 | 1100 | 0 | 1000 | 100000101 | 101010 | 1010110 |
Color Harmonies of #D8CEEB
Complementary color
Monochromatic Colors of #D8CEEB
Black with #D8CEEB
Text Example
Text Example
White with #D8CEEB
Text Example
Text Example
HTML Codes & Css Web 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>