Shades of Fog #D7BEF2
Tints of Fog #D7BEF2
RGB
CMYK
RGB Variations
Color information
#D7BEF2 (or 0xD7BEF2) is known color: Fog. HEX triplet: D7, BE and F2. RGB value is (215,190,242). Sum of RGB (Red+Green+Blue) = 215+190+242=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BEF2 is #28410D. Grayscale: #CBCBCB. Windows color (decimal): -2638094 or 15908567. OLE color: 15908567.
HSL color Cylindrical-coordinate representation of color #D7BEF2: hue angle of 268.85º 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 #D7BEF2 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 190 | 242 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.05 |
| HSL | 268.85º | 0.67% | 0.85% | - |
| HSV(B) | 268.85º | 0.21% | 0.95% | - |
| XYZ | 62.46 | 57.68 | 91.85 | - |
| YUV | 203.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 242 | 0.11 | 0.21 | 0 | 0.05 | 268.85 | 0.67 | 0.85 |
| Hex | D7 | BE | F2 | B | 15 | 0 | 5 | 10D | 43 | 55 |
| Octal | 327 | 276 | 362 | 13 | 25 | 0 | 5 | 415 | 103 | 125 |
| Binary | 11010111 | 10111110 | 11110010 | 1011 | 10101 | 0 | 101 | 100001101 | 1000011 | 1010101 |
Color Harmonies of #D7BEF2
Complementary color
Monochromatic Colors of #D7BEF2
Black with #D7BEF2
Text Example
Text Example
White with #D7BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BEF2; }
p { color: rgb(215,190,242); }
H1.HeaderClassName
{
color: #D7BEF2;
}
.AnyTagClassName
{
color: #D7BEF2;
}
</style>
background-color css
<style>
a { background-color: #D7BEF2; }
a { background-color: rgb(215,190,242); }
div.DivClassName
{
background-color: #D7BEF2;
}
.BgClassName
{
background-color: #D7BEF2;
}
</style>
border-color css
<style>
span { border-color: #D7BEF2; }
span { border-color: rgb(215,190,242); }
td.TdClassName
{
border-color: #D7BEF2;
}
.TagClassName
{
border-color: #D7BEF2;
}
</style>