Shades of Fog #D0C5E6
Tints of Fog #D0C5E6
RGB
CMYK
RGB Variations
Color information
#D0C5E6 (or 0xD0C5E6) is known color: Fog. HEX triplet: D0, C5 and E6. RGB value is (208,197,230). Sum of RGB (Red+Green+Blue) = 208+197+230=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C5E6 is #2F3A19. Grayscale: #CBCBCB. Windows color (decimal): -3095066 or 15123920. OLE color: 15123920.
HSL color Cylindrical-coordinate representation of color #D0C5E6: hue angle of 260º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0C5E6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 208 | 197 | 230 | - |
CMYK | 0.10 | 0.14 | 0 | 0.10 |
HSL | 260º | 0.4% | 0.84% | - |
HSV(B) | 260º | 0.14% | 0.9% | - |
XYZ | 60.26 | 59.06 | 83.09 | - |
YUV | 204.05 | 142.64 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 197 | 230 | 0.10 | 0.14 | 0 | 0.10 | 260 | 0.4 | 0.84 |
Hex | D0 | C5 | E6 | A | E | 0 | A | 104 | 28 | 54 |
Octal | 320 | 305 | 346 | 12 | 16 | 0 | 12 | 404 | 50 | 124 |
Binary | 11010000 | 11000101 | 11100110 | 1010 | 1110 | 0 | 1010 | 100000100 | 101000 | 1010100 |
Color Harmonies of #D0C5E6
Complementary color
Monochromatic Colors of #D0C5E6
Black with #D0C5E6
Text Example
Text Example
White with #D0C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5E6; }
p { color: rgb(208,197,230); }
H1.HeaderClassName
{
color: #D0C5E6;
}
.AnyTagClassName
{
color: #D0C5E6;
}
</style>
background-color css
<style>
a { background-color: #D0C5E6; }
a { background-color: rgb(208,197,230); }
div.DivClassName
{
background-color: #D0C5E6;
}
.BgClassName
{
background-color: #D0C5E6;
}
</style>
border-color css
<style>
span { border-color: #D0C5E6; }
span { border-color: rgb(208,197,230); }
td.TdClassName
{
border-color: #D0C5E6;
}
.TagClassName
{
border-color: #D0C5E6;
}
</style>