Shades of Fog #D1CADF
Tints of Fog #D1CADF
RGB
CMYK
RGB Variations
Color information
#D1CADF (or 0xD1CADF) is known color: Fog. HEX triplet: D1, CA and DF. RGB value is (209,202,223). Sum of RGB (Red+Green+Blue) = 209+202+223=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CADF is #2E3520. Grayscale: #CECECE. Windows color (decimal): -3028257 or 14666449. OLE color: 14666449.
HSL color Cylindrical-coordinate representation of color #D1CADF: hue angle of 260º degrees, saturation: 0.25, 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 #D1CADF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 202 | 223 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.13 |
| HSL | 260º | 0.25% | 0.83% | - |
| HSV(B) | 260º | 0.09% | 0.87% | - |
| XYZ | 60.73 | 61.12 | 78.41 | - |
| YUV | 206.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 223 | 0.06 | 0.09 | 0 | 0.13 | 260 | 0.25 | 0.83 |
| Hex | D1 | CA | DF | 6 | 9 | 0 | D | 104 | 19 | 53 |
| Octal | 321 | 312 | 337 | 6 | 11 | 0 | 15 | 404 | 31 | 123 |
| Binary | 11010001 | 11001010 | 11011111 | 110 | 1001 | 0 | 1101 | 100000100 | 11001 | 1010011 |
Color Harmonies of #D1CADF
Complementary color
Monochromatic Colors of #D1CADF
Black with #D1CADF
Text Example
Text Example
White with #D1CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CADF; }
p { color: rgb(209,202,223); }
H1.HeaderClassName
{
color: #D1CADF;
}
.AnyTagClassName
{
color: #D1CADF;
}
</style>
background-color css
<style>
a { background-color: #D1CADF; }
a { background-color: rgb(209,202,223); }
div.DivClassName
{
background-color: #D1CADF;
}
.BgClassName
{
background-color: #D1CADF;
}
</style>
border-color css
<style>
span { border-color: #D1CADF; }
span { border-color: rgb(209,202,223); }
td.TdClassName
{
border-color: #D1CADF;
}
.TagClassName
{
border-color: #D1CADF;
}
</style>