Shades of Fog #D6CEEF
Tints of Fog #D6CEEF
RGB
CMYK
RGB Variations
Color information
#D6CEEF (or 0xD6CEEF) is known color: Fog. HEX triplet: D6, CE and EF. RGB value is (214,206,239). Sum of RGB (Red+Green+Blue) = 214+206+239=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEEF is #293110. Grayscale: #D4D4D4. Windows color (decimal): -2699537 or 15716054. OLE color: 15716054.
HSL color Cylindrical-coordinate representation of color #D6CEEF: hue angle of 254.55º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CEEF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 206 | 239 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.06 |
| HSL | 254.55º | 0.51% | 0.87% | - |
| HSV(B) | 254.55º | 0.14% | 0.94% | - |
| XYZ | 65.38 | 64.67 | 90.7 | - |
| YUV | 212.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 239 | 0.10 | 0.14 | 0 | 0.06 | 254.55 | 0.51 | 0.87 |
| Hex | D6 | CE | EF | A | E | 0 | 6 | FF | 33 | 57 |
| Octal | 326 | 316 | 357 | 12 | 16 | 0 | 6 | 377 | 63 | 127 |
| Binary | 11010110 | 11001110 | 11101111 | 1010 | 1110 | 0 | 110 | 11111111 | 110011 | 1010111 |
Color Harmonies of #D6CEEF
Complementary color
Monochromatic Colors of #D6CEEF
Black with #D6CEEF
Text Example
Text Example
White with #D6CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEEF; }
p { color: rgb(214,206,239); }
H1.HeaderClassName
{
color: #D6CEEF;
}
.AnyTagClassName
{
color: #D6CEEF;
}
</style>
background-color css
<style>
a { background-color: #D6CEEF; }
a { background-color: rgb(214,206,239); }
div.DivClassName
{
background-color: #D6CEEF;
}
.BgClassName
{
background-color: #D6CEEF;
}
</style>
border-color css
<style>
span { border-color: #D6CEEF; }
span { border-color: rgb(214,206,239); }
td.TdClassName
{
border-color: #D6CEEF;
}
.TagClassName
{
border-color: #D6CEEF;
}
</style>