Shades of Fog #D1C5F2
Tints of Fog #D1C5F2
RGB
CMYK
RGB Variations
Color information
#D1C5F2 (or 0xD1C5F2) is known color: Fog. HEX triplet: D1, C5 and F2. RGB value is (209,197,242). Sum of RGB (Red+Green+Blue) = 209+197+242=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1C5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5F2 is #2E3A0D. Grayscale: #CDCDCD. Windows color (decimal): -3029518 or 15910353. OLE color: 15910353.
HSL color Cylindrical-coordinate representation of color #D1C5F2: hue angle of 256º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C5F2 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 197 | 242 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.05 |
| HSL | 256º | 0.63% | 0.86% | - |
| HSV(B) | 256º | 0.19% | 0.95% | - |
| XYZ | 62.29 | 59.9 | 92.28 | - |
| YUV | 205.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 242 | 0.14 | 0.19 | 0 | 0.05 | 256 | 0.63 | 0.86 |
| Hex | D1 | C5 | F2 | E | 13 | 0 | 5 | 100 | 3F | 56 |
| Octal | 321 | 305 | 362 | 16 | 23 | 0 | 5 | 400 | 77 | 126 |
| Binary | 11010001 | 11000101 | 11110010 | 1110 | 10011 | 0 | 101 | 100000000 | 111111 | 1010110 |
Color Harmonies of #D1C5F2
Complementary color
Monochromatic Colors of #D1C5F2
Black with #D1C5F2
Text Example
Text Example
White with #D1C5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5F2; }
p { color: rgb(209,197,242); }
H1.HeaderClassName
{
color: #D1C5F2;
}
.AnyTagClassName
{
color: #D1C5F2;
}
</style>
background-color css
<style>
a { background-color: #D1C5F2; }
a { background-color: rgb(209,197,242); }
div.DivClassName
{
background-color: #D1C5F2;
}
.BgClassName
{
background-color: #D1C5F2;
}
</style>
border-color css
<style>
span { border-color: #D1C5F2; }
span { border-color: rgb(209,197,242); }
td.TdClassName
{
border-color: #D1C5F2;
}
.TagClassName
{
border-color: #D1C5F2;
}
</style>