Shades of Fog #D4C1EB
Tints of Fog #D4C1EB
RGB
CMYK
RGB Variations
Color information
#D4C1EB (or 0xD4C1EB) is known color: Fog. HEX triplet: D4, C1 and EB. RGB value is (212,193,235). Sum of RGB (Red+Green+Blue) = 212+193+235=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C1EB is #2B3E14. Grayscale: #CBCBCB. Windows color (decimal): -2833941 or 15450580. OLE color: 15450580.
HSL color Cylindrical-coordinate representation of color #D4C1EB: hue angle of 267.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C1EB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 193 | 235 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.08 |
| HSL | 267.14º | 0.51% | 0.84% | - |
| HSV(B) | 267.14º | 0.18% | 0.92% | - |
| XYZ | 61.22 | 58.14 | 86.59 | - |
| YUV | 203.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 235 | 0.10 | 0.18 | 0 | 0.08 | 267.14 | 0.51 | 0.84 |
| Hex | D4 | C1 | EB | A | 12 | 0 | 8 | 10B | 33 | 54 |
| Octal | 324 | 301 | 353 | 12 | 22 | 0 | 10 | 413 | 63 | 124 |
| Binary | 11010100 | 11000001 | 11101011 | 1010 | 10010 | 0 | 1000 | 100001011 | 110011 | 1010100 |
Color Harmonies of #D4C1EB
Complementary color
Monochromatic Colors of #D4C1EB
Black with #D4C1EB
Text Example
Text Example
White with #D4C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C1EB; }
p { color: rgb(212,193,235); }
H1.HeaderClassName
{
color: #D4C1EB;
}
.AnyTagClassName
{
color: #D4C1EB;
}
</style>
background-color css
<style>
a { background-color: #D4C1EB; }
a { background-color: rgb(212,193,235); }
div.DivClassName
{
background-color: #D4C1EB;
}
.BgClassName
{
background-color: #D4C1EB;
}
</style>
border-color css
<style>
span { border-color: #D4C1EB; }
span { border-color: rgb(212,193,235); }
td.TdClassName
{
border-color: #D4C1EB;
}
.TagClassName
{
border-color: #D4C1EB;
}
</style>