Shades of Fog #D4C2EE
Tints of Fog #D4C2EE
RGB
CMYK
RGB Variations
Color information
#D4C2EE (or 0xD4C2EE) is known color: Fog. HEX triplet: D4, C2 and EE. RGB value is (212,194,238). Sum of RGB (Red+Green+Blue) = 212+194+238=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2EE is #2B3D11. Grayscale: #CCCCCC. Windows color (decimal): -2833682 or 15647444. OLE color: 15647444.
HSL color Cylindrical-coordinate representation of color #D4C2EE: hue angle of 264.55º 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 #D4C2EE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 194 | 238 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.07 |
| HSL | 264.55º | 0.56% | 0.85% | - |
| HSV(B) | 264.55º | 0.18% | 0.93% | - |
| XYZ | 61.88 | 58.75 | 88.97 | - |
| YUV | 204.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 238 | 0.11 | 0.18 | 0 | 0.07 | 264.55 | 0.56 | 0.85 |
| Hex | D4 | C2 | EE | B | 12 | 0 | 7 | 109 | 38 | 55 |
| Octal | 324 | 302 | 356 | 13 | 22 | 0 | 7 | 411 | 70 | 125 |
| Binary | 11010100 | 11000010 | 11101110 | 1011 | 10010 | 0 | 111 | 100001001 | 111000 | 1010101 |
Color Harmonies of #D4C2EE
Complementary color
Monochromatic Colors of #D4C2EE
Black with #D4C2EE
Text Example
Text Example
White with #D4C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2EE; }
p { color: rgb(212,194,238); }
H1.HeaderClassName
{
color: #D4C2EE;
}
.AnyTagClassName
{
color: #D4C2EE;
}
</style>
background-color css
<style>
a { background-color: #D4C2EE; }
a { background-color: rgb(212,194,238); }
div.DivClassName
{
background-color: #D4C2EE;
}
.BgClassName
{
background-color: #D4C2EE;
}
</style>
border-color css
<style>
span { border-color: #D4C2EE; }
span { border-color: rgb(212,194,238); }
td.TdClassName
{
border-color: #D4C2EE;
}
.TagClassName
{
border-color: #D4C2EE;
}
</style>