Shades of Fog #D9CAF6
Tints of Fog #D9CAF6
RGB
CMYK
RGB Variations
Color information
#D9CAF6 (or 0xD9CAF6) is known color: Fog. HEX triplet: D9, CA and F6. RGB value is (217,202,246). Sum of RGB (Red+Green+Blue) = 217+202+246=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF6 is #263509. Grayscale: #D3D3D3. Windows color (decimal): -2503946 or 16173785. OLE color: 16173785.
HSL color Cylindrical-coordinate representation of color #D9CAF6: hue angle of 260.45º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CAF6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 202 | 246 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.04 |
| HSL | 260.45º | 0.71% | 0.88% | - |
| HSV(B) | 260.45º | 0.18% | 0.96% | - |
| XYZ | 66.37 | 63.65 | 95.98 | - |
| YUV | 211.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 246 | 0.12 | 0.18 | 0 | 0.04 | 260.45 | 0.71 | 0.88 |
| Hex | D9 | CA | F6 | C | 12 | 0 | 4 | 104 | 47 | 58 |
| Octal | 331 | 312 | 366 | 14 | 22 | 0 | 4 | 404 | 107 | 130 |
| Binary | 11011001 | 11001010 | 11110110 | 1100 | 10010 | 0 | 100 | 100000100 | 1000111 | 1011000 |
Color Harmonies of #D9CAF6
Complementary color
Monochromatic Colors of #D9CAF6
Black with #D9CAF6
Text Example
Text Example
White with #D9CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAF6; }
p { color: rgb(217,202,246); }
H1.HeaderClassName
{
color: #D9CAF6;
}
.AnyTagClassName
{
color: #D9CAF6;
}
</style>
background-color css
<style>
a { background-color: #D9CAF6; }
a { background-color: rgb(217,202,246); }
div.DivClassName
{
background-color: #D9CAF6;
}
.BgClassName
{
background-color: #D9CAF6;
}
</style>
border-color css
<style>
span { border-color: #D9CAF6; }
span { border-color: rgb(217,202,246); }
td.TdClassName
{
border-color: #D9CAF6;
}
.TagClassName
{
border-color: #D9CAF6;
}
</style>