Shades of Fog #D1CAEA
Tints of Fog #D1CAEA
RGB
CMYK
RGB Variations
Color information
#D1CAEA (or 0xD1CAEA) is known color: Fog. HEX triplet: D1, CA and EA. RGB value is (209,202,234). Sum of RGB (Red+Green+Blue) = 209+202+234=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAEA is #2E3515. Grayscale: #CFCFCF. Windows color (decimal): -3028246 or 15387345. OLE color: 15387345.
HSL color Cylindrical-coordinate representation of color #D1CAEA: hue angle of 253.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CAEA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 202 | 234 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.08 |
| HSL | 253.13º | 0.43% | 0.85% | - |
| HSV(B) | 253.13º | 0.14% | 0.92% | - |
| XYZ | 62.27 | 61.74 | 86.48 | - |
| YUV | 207.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 234 | 0.11 | 0.14 | 0 | 0.08 | 253.13 | 0.43 | 0.85 |
| Hex | D1 | CA | EA | B | E | 0 | 8 | FD | 2B | 55 |
| Octal | 321 | 312 | 352 | 13 | 16 | 0 | 10 | 375 | 53 | 125 |
| Binary | 11010001 | 11001010 | 11101010 | 1011 | 1110 | 0 | 1000 | 11111101 | 101011 | 1010101 |
Color Harmonies of #D1CAEA
Complementary color
Monochromatic Colors of #D1CAEA
Black with #D1CAEA
Text Example
Text Example
White with #D1CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAEA; }
p { color: rgb(209,202,234); }
H1.HeaderClassName
{
color: #D1CAEA;
}
.AnyTagClassName
{
color: #D1CAEA;
}
</style>
background-color css
<style>
a { background-color: #D1CAEA; }
a { background-color: rgb(209,202,234); }
div.DivClassName
{
background-color: #D1CAEA;
}
.BgClassName
{
background-color: #D1CAEA;
}
</style>
border-color css
<style>
span { border-color: #D1CAEA; }
span { border-color: rgb(209,202,234); }
td.TdClassName
{
border-color: #D1CAEA;
}
.TagClassName
{
border-color: #D1CAEA;
}
</style>