Shades of Fog #D1C0E6
Tints of Fog #D1C0E6
RGB
CMYK
RGB Variations
Color information
#D1C0E6 (or 0xD1C0E6) is known color: Fog. HEX triplet: D1, C0 and E6. RGB value is (209,192,230). Sum of RGB (Red+Green+Blue) = 209+192+230=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1C0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0E6 is #2E3F19. Grayscale: #C9C9C9. Windows color (decimal): -3030810 or 15122641. OLE color: 15122641.
HSL color Cylindrical-coordinate representation of color #D1C0E6: hue angle of 266.84º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1C0E6 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 192 | 230 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.10 |
| HSL | 266.84º | 0.43% | 0.83% | - |
| HSV(B) | 266.84º | 0.17% | 0.9% | - |
| XYZ | 59.43 | 56.97 | 82.73 | - |
| YUV | 201.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 230 | 0.09 | 0.17 | 0 | 0.10 | 266.84 | 0.43 | 0.83 |
| Hex | D1 | C0 | E6 | 9 | 11 | 0 | A | 10B | 2B | 53 |
| Octal | 321 | 300 | 346 | 11 | 21 | 0 | 12 | 413 | 53 | 123 |
| Binary | 11010001 | 11000000 | 11100110 | 1001 | 10001 | 0 | 1010 | 100001011 | 101011 | 1010011 |
Color Harmonies of #D1C0E6
Complementary color
Monochromatic Colors of #D1C0E6
Black with #D1C0E6
Text Example
Text Example
White with #D1C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0E6; }
p { color: rgb(209,192,230); }
H1.HeaderClassName
{
color: #D1C0E6;
}
.AnyTagClassName
{
color: #D1C0E6;
}
</style>
background-color css
<style>
a { background-color: #D1C0E6; }
a { background-color: rgb(209,192,230); }
div.DivClassName
{
background-color: #D1C0E6;
}
.BgClassName
{
background-color: #D1C0E6;
}
</style>
border-color css
<style>
span { border-color: #D1C0E6; }
span { border-color: rgb(209,192,230); }
td.TdClassName
{
border-color: #D1C0E6;
}
.TagClassName
{
border-color: #D1C0E6;
}
</style>