Shades of Fog #D4B5EE
Tints of Fog #D4B5EE
RGB
CMYK
RGB Variations
Color information
#D4B5EE (or 0xD4B5EE) is known color: Fog. HEX triplet: D4, B5 and EE. RGB value is (212,181,238). Sum of RGB (Red+Green+Blue) = 212+181+238=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5EE is #2B4A11. Grayscale: #C4C4C4. Windows color (decimal): -2837010 or 15644116. OLE color: 15644116.
HSL color Cylindrical-coordinate representation of color #D4B5EE: hue angle of 272.63º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B5EE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 181 | 238 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 272.63º | 0.63% | 0.82% | - |
| HSV(B) | 272.63º | 0.24% | 0.93% | - |
| XYZ | 59.11 | 53.22 | 88.05 | - |
| YUV | 196.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 238 | 0.11 | 0.24 | 0 | 0.07 | 272.63 | 0.63 | 0.82 |
| Hex | D4 | B5 | EE | B | 18 | 0 | 7 | 111 | 3F | 52 |
| Octal | 324 | 265 | 356 | 13 | 30 | 0 | 7 | 421 | 77 | 122 |
| Binary | 11010100 | 10110101 | 11101110 | 1011 | 11000 | 0 | 111 | 100010001 | 111111 | 1010010 |
Color Harmonies of #D4B5EE
Complementary color
Monochromatic Colors of #D4B5EE
Black with #D4B5EE
Text Example
Text Example
White with #D4B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5EE; }
p { color: rgb(212,181,238); }
H1.HeaderClassName
{
color: #D4B5EE;
}
.AnyTagClassName
{
color: #D4B5EE;
}
</style>
background-color css
<style>
a { background-color: #D4B5EE; }
a { background-color: rgb(212,181,238); }
div.DivClassName
{
background-color: #D4B5EE;
}
.BgClassName
{
background-color: #D4B5EE;
}
</style>
border-color css
<style>
span { border-color: #D4B5EE; }
span { border-color: rgb(212,181,238); }
td.TdClassName
{
border-color: #D4B5EE;
}
.TagClassName
{
border-color: #D4B5EE;
}
</style>