Shades of Fog #D9CAFF
Tints of Fog #D9CAFF
RGB
CMYK
RGB Variations
Color information
#D9CAFF (or 0xD9CAFF) is known color: Fog. HEX triplet: D9, CA and FF. RGB value is (217,202,255). Sum of RGB (Red+Green+Blue) = 217+202+255=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAFF is #263500. Grayscale: #D4D4D4. Windows color (decimal): -2503937 or 16763609. OLE color: 16763609.
HSL color Cylindrical-coordinate representation of color #D9CAFF: hue angle of 256.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9CAFF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 202 | 255 | - |
| CMYK | 0.15 | 0.21 | 0 | 0 |
| HSL | 256.98º | 1% | 0.9% | - |
| HSV(B) | 256.98º | 0.21% | 1% | - |
| XYZ | 67.79 | 64.21 | 103.43 | - |
| YUV | 212.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 255 | 0.15 | 0.21 | 0 | 0 | 256.98 | 1 | 0.9 |
| Hex | D9 | CA | FF | F | 15 | 0 | 0 | 101 | 64 | 5A |
| Octal | 331 | 312 | 377 | 17 | 25 | 0 | 0 | 401 | 144 | 132 |
| Binary | 11011001 | 11001010 | 11111111 | 1111 | 10101 | 0 | 0 | 100000001 | 1100100 | 1011010 |
Color Harmonies of #D9CAFF
Complementary color
Monochromatic Colors of #D9CAFF
Black with #D9CAFF
Text Example
Text Example
White with #D9CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAFF; }
p { color: rgb(217,202,255); }
H1.HeaderClassName
{
color: #D9CAFF;
}
.AnyTagClassName
{
color: #D9CAFF;
}
</style>
background-color css
<style>
a { background-color: #D9CAFF; }
a { background-color: rgb(217,202,255); }
div.DivClassName
{
background-color: #D9CAFF;
}
.BgClassName
{
background-color: #D9CAFF;
}
</style>
border-color css
<style>
span { border-color: #D9CAFF; }
span { border-color: rgb(217,202,255); }
td.TdClassName
{
border-color: #D9CAFF;
}
.TagClassName
{
border-color: #D9CAFF;
}
</style>