Shades of Fog #D0C3DA
Tints of Fog #D0C3DA
RGB
CMYK
RGB Variations
Color information
#D0C3DA (or 0xD0C3DA) is known color: Fog. HEX triplet: D0, C3 and DA. RGB value is (208,195,218). Sum of RGB (Red+Green+Blue) = 208+195+218=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0C3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3DA is #2F3C25. Grayscale: #C9C9C9. Windows color (decimal): -3095590 or 14336976. OLE color: 14336976.
HSL color Cylindrical-coordinate representation of color #D0C3DA: hue angle of 273.91º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C3DA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 195 | 218 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.15 |
| HSL | 273.91º | 0.24% | 0.81% | - |
| HSV(B) | 273.91º | 0.11% | 0.85% | - |
| XYZ | 58.18 | 57.5 | 74.36 | - |
| YUV | 201.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 218 | 0.05 | 0.11 | 0 | 0.15 | 273.91 | 0.24 | 0.81 |
| Hex | D0 | C3 | DA | 5 | B | 0 | F | 112 | 18 | 51 |
| Octal | 320 | 303 | 332 | 5 | 13 | 0 | 17 | 422 | 30 | 121 |
| Binary | 11010000 | 11000011 | 11011010 | 101 | 1011 | 0 | 1111 | 100010010 | 11000 | 1010001 |
Color Harmonies of #D0C3DA
Complementary color
Monochromatic Colors of #D0C3DA
Black with #D0C3DA
Text Example
Text Example
White with #D0C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C3DA; }
p { color: rgb(208,195,218); }
H1.HeaderClassName
{
color: #D0C3DA;
}
.AnyTagClassName
{
color: #D0C3DA;
}
</style>
background-color css
<style>
a { background-color: #D0C3DA; }
a { background-color: rgb(208,195,218); }
div.DivClassName
{
background-color: #D0C3DA;
}
.BgClassName
{
background-color: #D0C3DA;
}
</style>
border-color css
<style>
span { border-color: #D0C3DA; }
span { border-color: rgb(208,195,218); }
td.TdClassName
{
border-color: #D0C3DA;
}
.TagClassName
{
border-color: #D0C3DA;
}
</style>