Shades of Fog #D4C0E5
Tints of Fog #D4C0E5
RGB
CMYK
RGB Variations
Color information
#D4C0E5 (or 0xD4C0E5) is known color: Fog. HEX triplet: D4, C0 and E5. RGB value is (212,192,229). Sum of RGB (Red+Green+Blue) = 212+192+229=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4C0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0E5 is #2B3F1A. Grayscale: #CACACA. Windows color (decimal): -2834203 or 15057108. OLE color: 15057108.
HSL color Cylindrical-coordinate representation of color #D4C0E5: hue angle of 272.43º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C0E5 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 192 | 229 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.10 |
| HSL | 272.43º | 0.42% | 0.83% | - |
| HSV(B) | 272.43º | 0.16% | 0.9% | - |
| XYZ | 60.14 | 57.35 | 82.03 | - |
| YUV | 202.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 229 | 0.07 | 0.16 | 0 | 0.10 | 272.43 | 0.42 | 0.83 |
| Hex | D4 | C0 | E5 | 7 | 10 | 0 | A | 110 | 2A | 53 |
| Octal | 324 | 300 | 345 | 7 | 20 | 0 | 12 | 420 | 52 | 123 |
| Binary | 11010100 | 11000000 | 11100101 | 111 | 10000 | 0 | 1010 | 100010000 | 101010 | 1010011 |
Color Harmonies of #D4C0E5
Complementary color
Monochromatic Colors of #D4C0E5
Black with #D4C0E5
Text Example
Text Example
White with #D4C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0E5; }
p { color: rgb(212,192,229); }
H1.HeaderClassName
{
color: #D4C0E5;
}
.AnyTagClassName
{
color: #D4C0E5;
}
</style>
background-color css
<style>
a { background-color: #D4C0E5; }
a { background-color: rgb(212,192,229); }
div.DivClassName
{
background-color: #D4C0E5;
}
.BgClassName
{
background-color: #D4C0E5;
}
</style>
border-color css
<style>
span { border-color: #D4C0E5; }
span { border-color: rgb(212,192,229); }
td.TdClassName
{
border-color: #D4C0E5;
}
.TagClassName
{
border-color: #D4C0E5;
}
</style>