Shades of Fog #D4BEE6
Tints of Fog #D4BEE6
RGB
CMYK
RGB Variations
Color information
#D4BEE6 (or 0xD4BEE6) is known color: Fog. HEX triplet: D4, BE and E6. RGB value is (212,190,230). Sum of RGB (Red+Green+Blue) = 212+190+230=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEE6 is #2B4119. Grayscale: #C9C9C9. Windows color (decimal): -2834714 or 15122132. OLE color: 15122132.
HSL color Cylindrical-coordinate representation of color #D4BEE6: hue angle of 273º degrees, saturation: 0.44, 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 #D4BEE6 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 190 | 230 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.10 |
| HSL | 273º | 0.44% | 0.82% | - |
| HSV(B) | 273º | 0.17% | 0.9% | - |
| XYZ | 59.85 | 56.54 | 82.62 | - |
| YUV | 201.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 230 | 0.08 | 0.17 | 0 | 0.10 | 273 | 0.44 | 0.82 |
| Hex | D4 | BE | E6 | 8 | 11 | 0 | A | 111 | 2C | 52 |
| Octal | 324 | 276 | 346 | 10 | 21 | 0 | 12 | 421 | 54 | 122 |
| Binary | 11010100 | 10111110 | 11100110 | 1000 | 10001 | 0 | 1010 | 100010001 | 101100 | 1010010 |
Color Harmonies of #D4BEE6
Complementary color
Monochromatic Colors of #D4BEE6
Black with #D4BEE6
Text Example
Text Example
White with #D4BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEE6; }
p { color: rgb(212,190,230); }
H1.HeaderClassName
{
color: #D4BEE6;
}
.AnyTagClassName
{
color: #D4BEE6;
}
</style>
background-color css
<style>
a { background-color: #D4BEE6; }
a { background-color: rgb(212,190,230); }
div.DivClassName
{
background-color: #D4BEE6;
}
.BgClassName
{
background-color: #D4BEE6;
}
</style>
border-color css
<style>
span { border-color: #D4BEE6; }
span { border-color: rgb(212,190,230); }
td.TdClassName
{
border-color: #D4BEE6;
}
.TagClassName
{
border-color: #D4BEE6;
}
</style>