Shades of Fog #D6CEEE
Tints of Fog #D6CEEE
RGB
CMYK
RGB Variations
Color information
#D6CEEE (or 0xD6CEEE) is known color: Fog. HEX triplet: D6, CE and EE. RGB value is (214,206,238). Sum of RGB (Red+Green+Blue) = 214+206+238=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEEE is #293111. Grayscale: #D3D3D3. Windows color (decimal): -2699538 or 15650518. OLE color: 15650518.
HSL color Cylindrical-coordinate representation of color #D6CEEE: hue angle of 255º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CEEE is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 206 | 238 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.07 |
| HSL | 255º | 0.48% | 0.87% | - |
| HSV(B) | 255º | 0.13% | 0.93% | - |
| XYZ | 65.24 | 64.61 | 89.92 | - |
| YUV | 212.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 238 | 0.10 | 0.13 | 0 | 0.07 | 255 | 0.48 | 0.87 |
| Hex | D6 | CE | EE | A | D | 0 | 7 | FF | 30 | 57 |
| Octal | 326 | 316 | 356 | 12 | 15 | 0 | 7 | 377 | 60 | 127 |
| Binary | 11010110 | 11001110 | 11101110 | 1010 | 1101 | 0 | 111 | 11111111 | 110000 | 1010111 |
Color Harmonies of #D6CEEE
Complementary color
Monochromatic Colors of #D6CEEE
Black with #D6CEEE
Text Example
Text Example
White with #D6CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEEE; }
p { color: rgb(214,206,238); }
H1.HeaderClassName
{
color: #D6CEEE;
}
.AnyTagClassName
{
color: #D6CEEE;
}
</style>
background-color css
<style>
a { background-color: #D6CEEE; }
a { background-color: rgb(214,206,238); }
div.DivClassName
{
background-color: #D6CEEE;
}
.BgClassName
{
background-color: #D6CEEE;
}
</style>
border-color css
<style>
span { border-color: #D6CEEE; }
span { border-color: rgb(214,206,238); }
td.TdClassName
{
border-color: #D6CEEE;
}
.TagClassName
{
border-color: #D6CEEE;
}
</style>