Shades of Fog #D6CCEA
Tints of Fog #D6CCEA
RGB
CMYK
RGB Variations
Color information
#D6CCEA (or 0xD6CCEA) is known color: Fog. HEX triplet: D6, CC and EA. RGB value is (214,204,234). Sum of RGB (Red+Green+Blue) = 214+204+234=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCEA is #293315. Grayscale: #D2D2D2. Windows color (decimal): -2700054 or 15387862. OLE color: 15387862.
HSL color Cylindrical-coordinate representation of color #D6CCEA: hue angle of 260º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CCEA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 204 | 234 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.08 |
| HSL | 260º | 0.42% | 0.86% | - |
| HSV(B) | 260º | 0.13% | 0.92% | - |
| XYZ | 64.18 | 63.42 | 86.7 | - |
| YUV | 210.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 234 | 0.09 | 0.13 | 0 | 0.08 | 260 | 0.42 | 0.86 |
| Hex | D6 | CC | EA | 9 | D | 0 | 8 | 104 | 2A | 56 |
| Octal | 326 | 314 | 352 | 11 | 15 | 0 | 10 | 404 | 52 | 126 |
| Binary | 11010110 | 11001100 | 11101010 | 1001 | 1101 | 0 | 1000 | 100000100 | 101010 | 1010110 |
Color Harmonies of #D6CCEA
Complementary color
Monochromatic Colors of #D6CCEA
Black with #D6CCEA
Text Example
Text Example
White with #D6CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCEA; }
p { color: rgb(214,204,234); }
H1.HeaderClassName
{
color: #D6CCEA;
}
.AnyTagClassName
{
color: #D6CCEA;
}
</style>
background-color css
<style>
a { background-color: #D6CCEA; }
a { background-color: rgb(214,204,234); }
div.DivClassName
{
background-color: #D6CCEA;
}
.BgClassName
{
background-color: #D6CCEA;
}
</style>
border-color css
<style>
span { border-color: #D6CCEA; }
span { border-color: rgb(214,204,234); }
td.TdClassName
{
border-color: #D6CCEA;
}
.TagClassName
{
border-color: #D6CCEA;
}
</style>