Shades of Fog #D0C5F2
Tints of Fog #D0C5F2
RGB
CMYK
RGB Variations
Color information
#D0C5F2 (or 0xD0C5F2) is known color: Fog. HEX triplet: D0, C5 and F2. RGB value is (208,197,242). Sum of RGB (Red+Green+Blue) = 208+197+242=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0C5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C5F2 is #2F3A0D. Grayscale: #CDCDCD. Windows color (decimal): -3095054 or 15910352. OLE color: 15910352.
HSL color Cylindrical-coordinate representation of color #D0C5F2: hue angle of 254.67º 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 #D0C5F2 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 197 | 242 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.05 |
| HSL | 254.67º | 0.63% | 0.86% | - |
| HSV(B) | 254.67º | 0.19% | 0.95% | - |
| XYZ | 62.01 | 59.75 | 92.27 | - |
| YUV | 205.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 242 | 0.14 | 0.19 | 0 | 0.05 | 254.67 | 0.63 | 0.86 |
| Hex | D0 | C5 | F2 | E | 13 | 0 | 5 | FF | 3F | 56 |
| Octal | 320 | 305 | 362 | 16 | 23 | 0 | 5 | 377 | 77 | 126 |
| Binary | 11010000 | 11000101 | 11110010 | 1110 | 10011 | 0 | 101 | 11111111 | 111111 | 1010110 |
Color Harmonies of #D0C5F2
Complementary color
Monochromatic Colors of #D0C5F2
Black with #D0C5F2
Text Example
Text Example
White with #D0C5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5F2; }
p { color: rgb(208,197,242); }
H1.HeaderClassName
{
color: #D0C5F2;
}
.AnyTagClassName
{
color: #D0C5F2;
}
</style>
background-color css
<style>
a { background-color: #D0C5F2; }
a { background-color: rgb(208,197,242); }
div.DivClassName
{
background-color: #D0C5F2;
}
.BgClassName
{
background-color: #D0C5F2;
}
</style>
border-color css
<style>
span { border-color: #D0C5F2; }
span { border-color: rgb(208,197,242); }
td.TdClassName
{
border-color: #D0C5F2;
}
.TagClassName
{
border-color: #D0C5F2;
}
</style>