Shades of Fog #D4B8E8
Tints of Fog #D4B8E8
RGB
CMYK
RGB Variations
Color information
#D4B8E8 (or 0xD4B8E8) is known color: Fog. HEX triplet: D4, B8 and E8. RGB value is (212,184,232). Sum of RGB (Red+Green+Blue) = 212+184+232=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4B8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8E8 is #2B4717. Grayscale: #C5C5C5. Windows color (decimal): -2836248 or 15251668. OLE color: 15251668.
HSL color Cylindrical-coordinate representation of color #D4B8E8: hue angle of 275º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4B8E8 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 184 | 232 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.09 |
| HSL | 275º | 0.51% | 0.82% | - |
| HSV(B) | 275º | 0.21% | 0.91% | - |
| XYZ | 58.86 | 54.1 | 83.68 | - |
| YUV | 197.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 232 | 0.09 | 0.21 | 0 | 0.09 | 275 | 0.51 | 0.82 |
| Hex | D4 | B8 | E8 | 9 | 15 | 0 | 9 | 113 | 33 | 52 |
| Octal | 324 | 270 | 350 | 11 | 25 | 0 | 11 | 423 | 63 | 122 |
| Binary | 11010100 | 10111000 | 11101000 | 1001 | 10101 | 0 | 1001 | 100010011 | 110011 | 1010010 |
Color Harmonies of #D4B8E8
Complementary color
Monochromatic Colors of #D4B8E8
Black with #D4B8E8
Text Example
Text Example
White with #D4B8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B8E8; }
p { color: rgb(212,184,232); }
H1.HeaderClassName
{
color: #D4B8E8;
}
.AnyTagClassName
{
color: #D4B8E8;
}
</style>
background-color css
<style>
a { background-color: #D4B8E8; }
a { background-color: rgb(212,184,232); }
div.DivClassName
{
background-color: #D4B8E8;
}
.BgClassName
{
background-color: #D4B8E8;
}
</style>
border-color css
<style>
span { border-color: #D4B8E8; }
span { border-color: rgb(212,184,232); }
td.TdClassName
{
border-color: #D4B8E8;
}
.TagClassName
{
border-color: #D4B8E8;
}
</style>