Shades of Fog #D6CCEE
Tints of Fog #D6CCEE
RGB
CMYK
RGB Variations
Color information
#D6CCEE (or 0xD6CCEE) is known color: Fog. HEX triplet: D6, CC and EE. RGB value is (214,204,238). Sum of RGB (Red+Green+Blue) = 214+204+238=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCEE is #293311. Grayscale: #D2D2D2. Windows color (decimal): -2700050 or 15650006. OLE color: 15650006.
HSL color Cylindrical-coordinate representation of color #D6CCEE: hue angle of 257.65º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CCEE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 204 | 238 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.07 |
| HSL | 257.65º | 0.5% | 0.87% | - |
| HSV(B) | 257.65º | 0.14% | 0.93% | - |
| XYZ | 64.76 | 63.65 | 89.76 | - |
| YUV | 210.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 238 | 0.10 | 0.14 | 0 | 0.07 | 257.65 | 0.5 | 0.87 |
| Hex | D6 | CC | EE | A | E | 0 | 7 | 102 | 32 | 57 |
| Octal | 326 | 314 | 356 | 12 | 16 | 0 | 7 | 402 | 62 | 127 |
| Binary | 11010110 | 11001100 | 11101110 | 1010 | 1110 | 0 | 111 | 100000010 | 110010 | 1010111 |
Color Harmonies of #D6CCEE
Complementary color
Monochromatic Colors of #D6CCEE
Black with #D6CCEE
Text Example
Text Example
White with #D6CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCEE; }
p { color: rgb(214,204,238); }
H1.HeaderClassName
{
color: #D6CCEE;
}
.AnyTagClassName
{
color: #D6CCEE;
}
</style>
background-color css
<style>
a { background-color: #D6CCEE; }
a { background-color: rgb(214,204,238); }
div.DivClassName
{
background-color: #D6CCEE;
}
.BgClassName
{
background-color: #D6CCEE;
}
</style>
border-color css
<style>
span { border-color: #D6CCEE; }
span { border-color: rgb(214,204,238); }
td.TdClassName
{
border-color: #D6CCEE;
}
.TagClassName
{
border-color: #D6CCEE;
}
</style>