Shades of Fog #D9C6EB
Tints of Fog #D9C6EB
RGB
CMYK
RGB Variations
Color information
#D9C6EB (or 0xD9C6EB) is known color: Fog. HEX triplet: D9, C6 and EB. RGB value is (217,198,235). Sum of RGB (Red+Green+Blue) = 217+198+235=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6EB is #263914. Grayscale: #CFCFCF. Windows color (decimal): -2504981 or 15451865. OLE color: 15451865.
HSL color Cylindrical-coordinate representation of color #D9C6EB: hue angle of 270.81º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C6EB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 198 | 235 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.08 |
| HSL | 270.81º | 0.48% | 0.85% | - |
| HSV(B) | 270.81º | 0.16% | 0.92% | - |
| XYZ | 63.8 | 61.14 | 87.04 | - |
| YUV | 207.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 235 | 0.08 | 0.16 | 0 | 0.08 | 270.81 | 0.48 | 0.85 |
| Hex | D9 | C6 | EB | 8 | 10 | 0 | 8 | 10F | 30 | 55 |
| Octal | 331 | 306 | 353 | 10 | 20 | 0 | 10 | 417 | 60 | 125 |
| Binary | 11011001 | 11000110 | 11101011 | 1000 | 10000 | 0 | 1000 | 100001111 | 110000 | 1010101 |
Color Harmonies of #D9C6EB
Complementary color
Monochromatic Colors of #D9C6EB
Black with #D9C6EB
Text Example
Text Example
White with #D9C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6EB; }
p { color: rgb(217,198,235); }
H1.HeaderClassName
{
color: #D9C6EB;
}
.AnyTagClassName
{
color: #D9C6EB;
}
</style>
background-color css
<style>
a { background-color: #D9C6EB; }
a { background-color: rgb(217,198,235); }
div.DivClassName
{
background-color: #D9C6EB;
}
.BgClassName
{
background-color: #D9C6EB;
}
</style>
border-color css
<style>
span { border-color: #D9C6EB; }
span { border-color: rgb(217,198,235); }
td.TdClassName
{
border-color: #D9C6EB;
}
.TagClassName
{
border-color: #D9C6EB;
}
</style>