Shades of Fog #D6CCEF
Tints of Fog #D6CCEF
RGB
CMYK
RGB Variations
Color information
#D6CCEF (or 0xD6CCEF) is known color: Fog. HEX triplet: D6, CC and EF. RGB value is (214,204,239). Sum of RGB (Red+Green+Blue) = 214+204+239=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCEF is #293310. Grayscale: #D2D2D2. Windows color (decimal): -2700049 or 15715542. OLE color: 15715542.
HSL color Cylindrical-coordinate representation of color #D6CCEF: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CCEF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 204 | 239 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.06 |
| HSL | 257.14º | 0.52% | 0.87% | - |
| HSV(B) | 257.14º | 0.15% | 0.94% | - |
| XYZ | 64.9 | 63.71 | 90.54 | - |
| YUV | 210.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 239 | 0.10 | 0.15 | 0 | 0.06 | 257.14 | 0.52 | 0.87 |
| Hex | D6 | CC | EF | A | F | 0 | 6 | 101 | 34 | 57 |
| Octal | 326 | 314 | 357 | 12 | 17 | 0 | 6 | 401 | 64 | 127 |
| Binary | 11010110 | 11001100 | 11101111 | 1010 | 1111 | 0 | 110 | 100000001 | 110100 | 1010111 |
Color Harmonies of #D6CCEF
Complementary color
Monochromatic Colors of #D6CCEF
Black with #D6CCEF
Text Example
Text Example
White with #D6CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCEF; }
p { color: rgb(214,204,239); }
H1.HeaderClassName
{
color: #D6CCEF;
}
.AnyTagClassName
{
color: #D6CCEF;
}
</style>
background-color css
<style>
a { background-color: #D6CCEF; }
a { background-color: rgb(214,204,239); }
div.DivClassName
{
background-color: #D6CCEF;
}
.BgClassName
{
background-color: #D6CCEF;
}
</style>
border-color css
<style>
span { border-color: #D6CCEF; }
span { border-color: rgb(214,204,239); }
td.TdClassName
{
border-color: #D6CCEF;
}
.TagClassName
{
border-color: #D6CCEF;
}
</style>