Shades of Fog #D9BEF2
Tints of Fog #D9BEF2
RGB
CMYK
RGB Variations
Color information
#D9BEF2 (or 0xD9BEF2) is known color: Fog. HEX triplet: D9, BE and F2. RGB value is (217,190,242). Sum of RGB (Red+Green+Blue) = 217+190+242=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEF2 is #26410D. Grayscale: #CBCBCB. Windows color (decimal): -2507022 or 15908569. OLE color: 15908569.
HSL color Cylindrical-coordinate representation of color #D9BEF2: hue angle of 271.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BEF2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 190 | 242 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.05 |
| HSL | 271.15º | 0.67% | 0.85% | - |
| HSV(B) | 271.15º | 0.21% | 0.95% | - |
| XYZ | 63.06 | 57.99 | 91.87 | - |
| YUV | 204 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 242 | 0.10 | 0.21 | 0 | 0.05 | 271.15 | 0.67 | 0.85 |
| Hex | D9 | BE | F2 | A | 15 | 0 | 5 | 10F | 43 | 55 |
| Octal | 331 | 276 | 362 | 12 | 25 | 0 | 5 | 417 | 103 | 125 |
| Binary | 11011001 | 10111110 | 11110010 | 1010 | 10101 | 0 | 101 | 100001111 | 1000011 | 1010101 |
Color Harmonies of #D9BEF2
Complementary color
Monochromatic Colors of #D9BEF2
Black with #D9BEF2
Text Example
Text Example
White with #D9BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEF2; }
p { color: rgb(217,190,242); }
H1.HeaderClassName
{
color: #D9BEF2;
}
.AnyTagClassName
{
color: #D9BEF2;
}
</style>
background-color css
<style>
a { background-color: #D9BEF2; }
a { background-color: rgb(217,190,242); }
div.DivClassName
{
background-color: #D9BEF2;
}
.BgClassName
{
background-color: #D9BEF2;
}
</style>
border-color css
<style>
span { border-color: #D9BEF2; }
span { border-color: rgb(217,190,242); }
td.TdClassName
{
border-color: #D9BEF2;
}
.TagClassName
{
border-color: #D9BEF2;
}
</style>