Shades of Fog #D4C3E9
Tints of Fog #D4C3E9
RGB
CMYK
RGB Variations
Color information
#D4C3E9 (or 0xD4C3E9) is known color: Fog. HEX triplet: D4, C3 and E9. RGB value is (212,195,233). Sum of RGB (Red+Green+Blue) = 212+195+233=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4C3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C3E9 is #2B3C16. Grayscale: #CCCCCC. Windows color (decimal): -2833431 or 15320020. OLE color: 15320020.
HSL color Cylindrical-coordinate representation of color #D4C3E9: hue angle of 266.84º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C3E9 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 195 | 233 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.09 |
| HSL | 266.84º | 0.46% | 0.84% | - |
| HSV(B) | 266.84º | 0.16% | 0.91% | - |
| XYZ | 61.37 | 58.91 | 85.23 | - |
| YUV | 204.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 233 | 0.09 | 0.16 | 0 | 0.09 | 266.84 | 0.46 | 0.84 |
| Hex | D4 | C3 | E9 | 9 | 10 | 0 | 9 | 10B | 2E | 54 |
| Octal | 324 | 303 | 351 | 11 | 20 | 0 | 11 | 413 | 56 | 124 |
| Binary | 11010100 | 11000011 | 11101001 | 1001 | 10000 | 0 | 1001 | 100001011 | 101110 | 1010100 |
Color Harmonies of #D4C3E9
Complementary color
Monochromatic Colors of #D4C3E9
Black with #D4C3E9
Text Example
Text Example
White with #D4C3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C3E9; }
p { color: rgb(212,195,233); }
H1.HeaderClassName
{
color: #D4C3E9;
}
.AnyTagClassName
{
color: #D4C3E9;
}
</style>
background-color css
<style>
a { background-color: #D4C3E9; }
a { background-color: rgb(212,195,233); }
div.DivClassName
{
background-color: #D4C3E9;
}
.BgClassName
{
background-color: #D4C3E9;
}
</style>
border-color css
<style>
span { border-color: #D4C3E9; }
span { border-color: rgb(212,195,233); }
td.TdClassName
{
border-color: #D4C3E9;
}
.TagClassName
{
border-color: #D4C3E9;
}
</style>