Shades of Fog #D9CAF4
Tints of Fog #D9CAF4
RGB
CMYK
RGB Variations
Color information
#D9CAF4 (or 0xD9CAF4) is known color: Fog. HEX triplet: D9, CA and F4. RGB value is (217,202,244). Sum of RGB (Red+Green+Blue) = 217+202+244=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9CAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF4 is #26350B. Grayscale: #D3D3D3. Windows color (decimal): -2503948 or 16042713. OLE color: 16042713.
HSL color Cylindrical-coordinate representation of color #D9CAF4: hue angle of 261.43º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CAF4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 202 | 244 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.04 |
| HSL | 261.43º | 0.66% | 0.87% | - |
| HSV(B) | 261.43º | 0.17% | 0.96% | - |
| XYZ | 66.06 | 63.52 | 94.37 | - |
| YUV | 211.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 244 | 0.11 | 0.17 | 0 | 0.04 | 261.43 | 0.66 | 0.87 |
| Hex | D9 | CA | F4 | B | 11 | 0 | 4 | 105 | 42 | 57 |
| Octal | 331 | 312 | 364 | 13 | 21 | 0 | 4 | 405 | 102 | 127 |
| Binary | 11011001 | 11001010 | 11110100 | 1011 | 10001 | 0 | 100 | 100000101 | 1000010 | 1010111 |
Color Harmonies of #D9CAF4
Complementary color
Monochromatic Colors of #D9CAF4
Black with #D9CAF4
Text Example
Text Example
White with #D9CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAF4; }
p { color: rgb(217,202,244); }
H1.HeaderClassName
{
color: #D9CAF4;
}
.AnyTagClassName
{
color: #D9CAF4;
}
</style>
background-color css
<style>
a { background-color: #D9CAF4; }
a { background-color: rgb(217,202,244); }
div.DivClassName
{
background-color: #D9CAF4;
}
.BgClassName
{
background-color: #D9CAF4;
}
</style>
border-color css
<style>
span { border-color: #D9CAF4; }
span { border-color: rgb(217,202,244); }
td.TdClassName
{
border-color: #D9CAF4;
}
.TagClassName
{
border-color: #D9CAF4;
}
</style>