Shades of Fog #D6CBEC
Tints of Fog #D6CBEC
RGB
CMYK
RGB Variations
Color information
#D6CBEC (or 0xD6CBEC) is known color: Fog. HEX triplet: D6, CB and EC. RGB value is (214,203,236). Sum of RGB (Red+Green+Blue) = 214+203+236=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBEC is #293413. Grayscale: #D1D1D1. Windows color (decimal): -2700308 or 15518678. OLE color: 15518678.
HSL color Cylindrical-coordinate representation of color #D6CBEC: hue angle of 260º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CBEC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 203 | 236 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.07 |
| HSL | 260º | 0.46% | 0.86% | - |
| HSV(B) | 260º | 0.14% | 0.93% | - |
| XYZ | 64.23 | 63.06 | 88.14 | - |
| YUV | 210.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 236 | 0.09 | 0.14 | 0 | 0.07 | 260 | 0.46 | 0.86 |
| Hex | D6 | CB | EC | 9 | E | 0 | 7 | 104 | 2E | 56 |
| Octal | 326 | 313 | 354 | 11 | 16 | 0 | 7 | 404 | 56 | 126 |
| Binary | 11010110 | 11001011 | 11101100 | 1001 | 1110 | 0 | 111 | 100000100 | 101110 | 1010110 |
Color Harmonies of #D6CBEC
Complementary color
Monochromatic Colors of #D6CBEC
Black with #D6CBEC
Text Example
Text Example
White with #D6CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBEC; }
p { color: rgb(214,203,236); }
H1.HeaderClassName
{
color: #D6CBEC;
}
.AnyTagClassName
{
color: #D6CBEC;
}
</style>
background-color css
<style>
a { background-color: #D6CBEC; }
a { background-color: rgb(214,203,236); }
div.DivClassName
{
background-color: #D6CBEC;
}
.BgClassName
{
background-color: #D6CBEC;
}
</style>
border-color css
<style>
span { border-color: #D6CBEC; }
span { border-color: rgb(214,203,236); }
td.TdClassName
{
border-color: #D6CBEC;
}
.TagClassName
{
border-color: #D6CBEC;
}
</style>