Shades of Fog #D6CEEB
Tints of Fog #D6CEEB
RGB
CMYK
RGB Variations
Color information
#D6CEEB (or 0xD6CEEB) is known color: Fog. HEX triplet: D6, CE and EB. RGB value is (214,206,235). Sum of RGB (Red+Green+Blue) = 214+206+235=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEEB is #293114. Grayscale: #D3D3D3. Windows color (decimal): -2699541 or 15453910. OLE color: 15453910.
HSL color Cylindrical-coordinate representation of color #D6CEEB: hue angle of 256.55º 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 #D6CEEB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 206 | 235 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.08 |
| HSL | 256.55º | 0.42% | 0.86% | - |
| HSV(B) | 256.55º | 0.12% | 0.92% | - |
| XYZ | 64.8 | 64.44 | 87.62 | - |
| YUV | 211.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 235 | 0.09 | 0.12 | 0 | 0.08 | 256.55 | 0.42 | 0.86 |
| Hex | D6 | CE | EB | 9 | C | 0 | 8 | 101 | 2A | 56 |
| Octal | 326 | 316 | 353 | 11 | 14 | 0 | 10 | 401 | 52 | 126 |
| Binary | 11010110 | 11001110 | 11101011 | 1001 | 1100 | 0 | 1000 | 100000001 | 101010 | 1010110 |
Color Harmonies of #D6CEEB
Complementary color
Monochromatic Colors of #D6CEEB
Black with #D6CEEB
Text Example
Text Example
White with #D6CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEEB; }
p { color: rgb(214,206,235); }
H1.HeaderClassName
{
color: #D6CEEB;
}
.AnyTagClassName
{
color: #D6CEEB;
}
</style>
background-color css
<style>
a { background-color: #D6CEEB; }
a { background-color: rgb(214,206,235); }
div.DivClassName
{
background-color: #D6CEEB;
}
.BgClassName
{
background-color: #D6CEEB;
}
</style>
border-color css
<style>
span { border-color: #D6CEEB; }
span { border-color: rgb(214,206,235); }
td.TdClassName
{
border-color: #D6CEEB;
}
.TagClassName
{
border-color: #D6CEEB;
}
</style>