Shades of Fog #D4B5ED
Tints of Fog #D4B5ED
RGB
CMYK
RGB Variations
Color information
#D4B5ED (or 0xD4B5ED) is known color: Fog. HEX triplet: D4, B5 and ED. RGB value is (212,181,237). Sum of RGB (Red+Green+Blue) = 212+181+237=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5ED is #2B4A12. Grayscale: #C4C4C4. Windows color (decimal): -2837011 or 15578580. OLE color: 15578580.
HSL color Cylindrical-coordinate representation of color #D4B5ED: hue angle of 273.21º degrees, saturation: 0.61, 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 #D4B5ED is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 181 | 237 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 273.21º | 0.61% | 0.82% | - |
| HSV(B) | 273.21º | 0.24% | 0.93% | - |
| XYZ | 58.96 | 53.16 | 87.27 | - |
| YUV | 196.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 237 | 0.11 | 0.24 | 0 | 0.07 | 273.21 | 0.61 | 0.82 |
| Hex | D4 | B5 | ED | B | 18 | 0 | 7 | 111 | 3D | 52 |
| Octal | 324 | 265 | 355 | 13 | 30 | 0 | 7 | 421 | 75 | 122 |
| Binary | 11010100 | 10110101 | 11101101 | 1011 | 11000 | 0 | 111 | 100010001 | 111101 | 1010010 |
Color Harmonies of #D4B5ED
Complementary color
Monochromatic Colors of #D4B5ED
Black with #D4B5ED
Text Example
Text Example
White with #D4B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5ED; }
p { color: rgb(212,181,237); }
H1.HeaderClassName
{
color: #D4B5ED;
}
.AnyTagClassName
{
color: #D4B5ED;
}
</style>
background-color css
<style>
a { background-color: #D4B5ED; }
a { background-color: rgb(212,181,237); }
div.DivClassName
{
background-color: #D4B5ED;
}
.BgClassName
{
background-color: #D4B5ED;
}
</style>
border-color css
<style>
span { border-color: #D4B5ED; }
span { border-color: rgb(212,181,237); }
td.TdClassName
{
border-color: #D4B5ED;
}
.TagClassName
{
border-color: #D4B5ED;
}
</style>