Shades of Fog #D4C1E8
Tints of Fog #D4C1E8
RGB
CMYK
RGB Variations
Color information
#D4C1E8 (or 0xD4C1E8) is known color: Fog. HEX triplet: D4, C1 and E8. RGB value is (212,193,232). Sum of RGB (Red+Green+Blue) = 212+193+232=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4C1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C1E8 is #2B3E17. Grayscale: #CACACA. Windows color (decimal): -2833944 or 15253972. OLE color: 15253972.
HSL color Cylindrical-coordinate representation of color #D4C1E8: hue angle of 269.23º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C1E8 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 193 | 232 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.09 |
| HSL | 269.23º | 0.46% | 0.83% | - |
| HSV(B) | 269.23º | 0.17% | 0.91% | - |
| XYZ | 60.79 | 57.96 | 84.33 | - |
| YUV | 203.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 232 | 0.09 | 0.17 | 0 | 0.09 | 269.23 | 0.46 | 0.83 |
| Hex | D4 | C1 | E8 | 9 | 11 | 0 | 9 | 10D | 2E | 53 |
| Octal | 324 | 301 | 350 | 11 | 21 | 0 | 11 | 415 | 56 | 123 |
| Binary | 11010100 | 11000001 | 11101000 | 1001 | 10001 | 0 | 1001 | 100001101 | 101110 | 1010011 |
Color Harmonies of #D4C1E8
Complementary color
Monochromatic Colors of #D4C1E8
Black with #D4C1E8
Text Example
Text Example
White with #D4C1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C1E8; }
p { color: rgb(212,193,232); }
H1.HeaderClassName
{
color: #D4C1E8;
}
.AnyTagClassName
{
color: #D4C1E8;
}
</style>
background-color css
<style>
a { background-color: #D4C1E8; }
a { background-color: rgb(212,193,232); }
div.DivClassName
{
background-color: #D4C1E8;
}
.BgClassName
{
background-color: #D4C1E8;
}
</style>
border-color css
<style>
span { border-color: #D4C1E8; }
span { border-color: rgb(212,193,232); }
td.TdClassName
{
border-color: #D4C1E8;
}
.TagClassName
{
border-color: #D4C1E8;
}
</style>