Shades of Fog #D4C3EE
Tints of Fog #D4C3EE
RGB
CMYK
RGB Variations
Color information
#D4C3EE (or 0xD4C3EE) is known color: Fog. HEX triplet: D4, C3 and EE. RGB value is (212,195,238). Sum of RGB (Red+Green+Blue) = 212+195+238=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C3EE is #2B3C11. Grayscale: #CCCCCC. Windows color (decimal): -2833426 or 15647700. OLE color: 15647700.
HSL color Cylindrical-coordinate representation of color #D4C3EE: hue angle of 263.72º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C3EE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 195 | 238 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.07 |
| HSL | 263.72º | 0.56% | 0.85% | - |
| HSV(B) | 263.72º | 0.18% | 0.93% | - |
| XYZ | 62.1 | 59.2 | 89.04 | - |
| YUV | 204.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 238 | 0.11 | 0.18 | 0 | 0.07 | 263.72 | 0.56 | 0.85 |
| Hex | D4 | C3 | EE | B | 12 | 0 | 7 | 108 | 38 | 55 |
| Octal | 324 | 303 | 356 | 13 | 22 | 0 | 7 | 410 | 70 | 125 |
| Binary | 11010100 | 11000011 | 11101110 | 1011 | 10010 | 0 | 111 | 100001000 | 111000 | 1010101 |
Color Harmonies of #D4C3EE
Complementary color
Monochromatic Colors of #D4C3EE
Black with #D4C3EE
Text Example
Text Example
White with #D4C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C3EE; }
p { color: rgb(212,195,238); }
H1.HeaderClassName
{
color: #D4C3EE;
}
.AnyTagClassName
{
color: #D4C3EE;
}
</style>
background-color css
<style>
a { background-color: #D4C3EE; }
a { background-color: rgb(212,195,238); }
div.DivClassName
{
background-color: #D4C3EE;
}
.BgClassName
{
background-color: #D4C3EE;
}
</style>
border-color css
<style>
span { border-color: #D4C3EE; }
span { border-color: rgb(212,195,238); }
td.TdClassName
{
border-color: #D4C3EE;
}
.TagClassName
{
border-color: #D4C3EE;
}
</style>