Shades of Fog #D4BEE5
Tints of Fog #D4BEE5
RGB
CMYK
RGB Variations
Color information
#D4BEE5 (or 0xD4BEE5) is known color: Fog. HEX triplet: D4, BE and E5. RGB value is (212,190,229). Sum of RGB (Red+Green+Blue) = 212+190+229=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEE5 is #2B411A. Grayscale: #C8C8C8. Windows color (decimal): -2834715 or 15056596. OLE color: 15056596.
HSL color Cylindrical-coordinate representation of color #D4BEE5: hue angle of 273.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4BEE5 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 190 | 229 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.10 |
| HSL | 273.85º | 0.43% | 0.82% | - |
| HSV(B) | 273.85º | 0.17% | 0.9% | - |
| XYZ | 59.71 | 56.48 | 81.88 | - |
| YUV | 201.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 229 | 0.07 | 0.17 | 0 | 0.10 | 273.85 | 0.43 | 0.82 |
| Hex | D4 | BE | E5 | 7 | 11 | 0 | A | 112 | 2B | 52 |
| Octal | 324 | 276 | 345 | 7 | 21 | 0 | 12 | 422 | 53 | 122 |
| Binary | 11010100 | 10111110 | 11100101 | 111 | 10001 | 0 | 1010 | 100010010 | 101011 | 1010010 |
Color Harmonies of #D4BEE5
Complementary color
Monochromatic Colors of #D4BEE5
Black with #D4BEE5
Text Example
Text Example
White with #D4BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEE5; }
p { color: rgb(212,190,229); }
H1.HeaderClassName
{
color: #D4BEE5;
}
.AnyTagClassName
{
color: #D4BEE5;
}
</style>
background-color css
<style>
a { background-color: #D4BEE5; }
a { background-color: rgb(212,190,229); }
div.DivClassName
{
background-color: #D4BEE5;
}
.BgClassName
{
background-color: #D4BEE5;
}
</style>
border-color css
<style>
span { border-color: #D4BEE5; }
span { border-color: rgb(212,190,229); }
td.TdClassName
{
border-color: #D4BEE5;
}
.TagClassName
{
border-color: #D4BEE5;
}
</style>