Shades of Fog #D8BEEC
Tints of Fog #D8BEEC
RGB
CMYK
RGB Variations
Color information
#D8BEEC (or 0xD8BEEC) is known color: Fog. HEX triplet: D8, BE and EC. RGB value is (216,190,236). Sum of RGB (Red+Green+Blue) = 216+190+236=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEEC is #274113. Grayscale: #CACACA. Windows color (decimal): -2572564 or 15515352. OLE color: 15515352.
HSL color Cylindrical-coordinate representation of color #D8BEEC: hue angle of 273.91º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BEEC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 190 | 236 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 273.91º | 0.55% | 0.84% | - |
| HSV(B) | 273.91º | 0.19% | 0.93% | - |
| XYZ | 61.87 | 57.48 | 87.19 | - |
| YUV | 203.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 236 | 0.08 | 0.19 | 0 | 0.07 | 273.91 | 0.55 | 0.84 |
| Hex | D8 | BE | EC | 8 | 13 | 0 | 7 | 112 | 37 | 54 |
| Octal | 330 | 276 | 354 | 10 | 23 | 0 | 7 | 422 | 67 | 124 |
| Binary | 11011000 | 10111110 | 11101100 | 1000 | 10011 | 0 | 111 | 100010010 | 110111 | 1010100 |
Color Harmonies of #D8BEEC
Complementary color
Monochromatic Colors of #D8BEEC
Black with #D8BEEC
Text Example
Text Example
White with #D8BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEEC; }
p { color: rgb(216,190,236); }
H1.HeaderClassName
{
color: #D8BEEC;
}
.AnyTagClassName
{
color: #D8BEEC;
}
</style>
background-color css
<style>
a { background-color: #D8BEEC; }
a { background-color: rgb(216,190,236); }
div.DivClassName
{
background-color: #D8BEEC;
}
.BgClassName
{
background-color: #D8BEEC;
}
</style>
border-color css
<style>
span { border-color: #D8BEEC; }
span { border-color: rgb(216,190,236); }
td.TdClassName
{
border-color: #D8BEEC;
}
.TagClassName
{
border-color: #D8BEEC;
}
</style>