Shades of Fog #D0C4F1
Tints of Fog #D0C4F1
RGB
CMYK
RGB Variations
Color information
#D0C4F1 (or 0xD0C4F1) is known color: Fog. HEX triplet: D0, C4 and F1. RGB value is (208,196,241). Sum of RGB (Red+Green+Blue) = 208+196+241=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0C4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4F1 is #2F3B0E. Grayscale: #CCCCCC. Windows color (decimal): -3095311 or 15844560. OLE color: 15844560.
HSL color Cylindrical-coordinate representation of color #D0C4F1: hue angle of 256º degrees, saturation: 0.62, 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 #D0C4F1 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 196 | 241 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.05 |
| HSL | 256º | 0.62% | 0.86% | - |
| HSV(B) | 256º | 0.19% | 0.95% | - |
| XYZ | 61.63 | 59.24 | 91.41 | - |
| YUV | 204.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 241 | 0.14 | 0.19 | 0 | 0.05 | 256 | 0.62 | 0.86 |
| Hex | D0 | C4 | F1 | E | 13 | 0 | 5 | 100 | 3E | 56 |
| Octal | 320 | 304 | 361 | 16 | 23 | 0 | 5 | 400 | 76 | 126 |
| Binary | 11010000 | 11000100 | 11110001 | 1110 | 10011 | 0 | 101 | 100000000 | 111110 | 1010110 |
Color Harmonies of #D0C4F1
Complementary color
Monochromatic Colors of #D0C4F1
Black with #D0C4F1
Text Example
Text Example
White with #D0C4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4F1; }
p { color: rgb(208,196,241); }
H1.HeaderClassName
{
color: #D0C4F1;
}
.AnyTagClassName
{
color: #D0C4F1;
}
</style>
background-color css
<style>
a { background-color: #D0C4F1; }
a { background-color: rgb(208,196,241); }
div.DivClassName
{
background-color: #D0C4F1;
}
.BgClassName
{
background-color: #D0C4F1;
}
</style>
border-color css
<style>
span { border-color: #D0C4F1; }
span { border-color: rgb(208,196,241); }
td.TdClassName
{
border-color: #D0C4F1;
}
.TagClassName
{
border-color: #D0C4F1;
}
</style>