Shades of Fog #D4CEEB
Tints of Fog #D4CEEB
RGB
CMYK
RGB Variations
Color information
#D4CEEB (or 0xD4CEEB) is known color: Fog. HEX triplet: D4, CE and EB. RGB value is (212,206,235). Sum of RGB (Red+Green+Blue) = 212+206+235=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEEB is #2B3114. Grayscale: #D2D2D2. Windows color (decimal): -2830613 or 15453908. OLE color: 15453908.
HSL color Cylindrical-coordinate representation of color #D4CEEB: hue angle of 252.41º 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 #D4CEEB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 206 | 235 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.08 |
| HSL | 252.41º | 0.42% | 0.86% | - |
| HSV(B) | 252.41º | 0.12% | 0.92% | - |
| XYZ | 64.22 | 64.14 | 87.59 | - |
| YUV | 211.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 235 | 0.10 | 0.12 | 0 | 0.08 | 252.41 | 0.42 | 0.86 |
| Hex | D4 | CE | EB | A | C | 0 | 8 | FC | 2A | 56 |
| Octal | 324 | 316 | 353 | 12 | 14 | 0 | 10 | 374 | 52 | 126 |
| Binary | 11010100 | 11001110 | 11101011 | 1010 | 1100 | 0 | 1000 | 11111100 | 101010 | 1010110 |
Color Harmonies of #D4CEEB
Complementary color
Monochromatic Colors of #D4CEEB
Black with #D4CEEB
Text Example
Text Example
White with #D4CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEEB; }
p { color: rgb(212,206,235); }
H1.HeaderClassName
{
color: #D4CEEB;
}
.AnyTagClassName
{
color: #D4CEEB;
}
</style>
background-color css
<style>
a { background-color: #D4CEEB; }
a { background-color: rgb(212,206,235); }
div.DivClassName
{
background-color: #D4CEEB;
}
.BgClassName
{
background-color: #D4CEEB;
}
</style>
border-color css
<style>
span { border-color: #D4CEEB; }
span { border-color: rgb(212,206,235); }
td.TdClassName
{
border-color: #D4CEEB;
}
.TagClassName
{
border-color: #D4CEEB;
}
</style>