Shades of Fog #D1CADD
Tints of Fog #D1CADD
RGB
CMYK
RGB Variations
Color information
#D1CADD (or 0xD1CADD) is known color: Fog. HEX triplet: D1, CA and DD. RGB value is (209,202,221). Sum of RGB (Red+Green+Blue) = 209+202+221=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CADD is #2E3522. Grayscale: #CECECE. Windows color (decimal): -3028259 or 14535377. OLE color: 14535377.
HSL color Cylindrical-coordinate representation of color #D1CADD: hue angle of 262.11º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CADD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 202 | 221 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.13 |
| HSL | 262.11º | 0.22% | 0.83% | - |
| HSV(B) | 262.11º | 0.09% | 0.87% | - |
| XYZ | 60.47 | 61.02 | 77 | - |
| YUV | 206.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 221 | 0.05 | 0.09 | 0 | 0.13 | 262.11 | 0.22 | 0.83 |
| Hex | D1 | CA | DD | 5 | 9 | 0 | D | 106 | 16 | 53 |
| Octal | 321 | 312 | 335 | 5 | 11 | 0 | 15 | 406 | 26 | 123 |
| Binary | 11010001 | 11001010 | 11011101 | 101 | 1001 | 0 | 1101 | 100000110 | 10110 | 1010011 |
Color Harmonies of #D1CADD
Complementary color
Monochromatic Colors of #D1CADD
Black with #D1CADD
Text Example
Text Example
White with #D1CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CADD; }
p { color: rgb(209,202,221); }
H1.HeaderClassName
{
color: #D1CADD;
}
.AnyTagClassName
{
color: #D1CADD;
}
</style>
background-color css
<style>
a { background-color: #D1CADD; }
a { background-color: rgb(209,202,221); }
div.DivClassName
{
background-color: #D1CADD;
}
.BgClassName
{
background-color: #D1CADD;
}
</style>
border-color css
<style>
span { border-color: #D1CADD; }
span { border-color: rgb(209,202,221); }
td.TdClassName
{
border-color: #D1CADD;
}
.TagClassName
{
border-color: #D1CADD;
}
</style>