Shades of Fog #D3BEF2
Tints of Fog #D3BEF2
RGB
CMYK
RGB Variations
Color information
#D3BEF2 (or 0xD3BEF2) is known color: Fog. HEX triplet: D3, BE and F2. RGB value is (211,190,242). Sum of RGB (Red+Green+Blue) = 211+190+242=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEF2 is #2C410D. Grayscale: #CACACA. Windows color (decimal): -2900238 or 15908563. OLE color: 15908563.
HSL color Cylindrical-coordinate representation of color #D3BEF2: hue angle of 264.23º 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 #D3BEF2 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 190 | 242 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.05 |
| HSL | 264.23º | 0.67% | 0.85% | - |
| HSV(B) | 264.23º | 0.21% | 0.95% | - |
| XYZ | 61.3 | 57.09 | 91.79 | - |
| YUV | 202.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 242 | 0.13 | 0.21 | 0 | 0.05 | 264.23 | 0.67 | 0.85 |
| Hex | D3 | BE | F2 | D | 15 | 0 | 5 | 108 | 43 | 55 |
| Octal | 323 | 276 | 362 | 15 | 25 | 0 | 5 | 410 | 103 | 125 |
| Binary | 11010011 | 10111110 | 11110010 | 1101 | 10101 | 0 | 101 | 100001000 | 1000011 | 1010101 |
Color Harmonies of #D3BEF2
Complementary color
Monochromatic Colors of #D3BEF2
Black with #D3BEF2
Text Example
Text Example
White with #D3BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEF2; }
p { color: rgb(211,190,242); }
H1.HeaderClassName
{
color: #D3BEF2;
}
.AnyTagClassName
{
color: #D3BEF2;
}
</style>
background-color css
<style>
a { background-color: #D3BEF2; }
a { background-color: rgb(211,190,242); }
div.DivClassName
{
background-color: #D3BEF2;
}
.BgClassName
{
background-color: #D3BEF2;
}
</style>
border-color css
<style>
span { border-color: #D3BEF2; }
span { border-color: rgb(211,190,242); }
td.TdClassName
{
border-color: #D3BEF2;
}
.TagClassName
{
border-color: #D3BEF2;
}
</style>