Shades of Fog #D3BEFC
Tints of Fog #D3BEFC
RGB
CMYK
RGB Variations
Color information
#D3BEFC (or 0xD3BEFC) is known color: Fog. HEX triplet: D3, BE and FC. RGB value is (211,190,252). Sum of RGB (Red+Green+Blue) = 211+190+252=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEFC is #2C4103. Grayscale: #CBCBCB. Windows color (decimal): -2900228 or 16563923. OLE color: 16563923.
HSL color Cylindrical-coordinate representation of color #D3BEFC: hue angle of 260.32º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3BEFC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 190 | 252 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.01 |
| HSL | 260.32º | 0.91% | 0.87% | - |
| HSV(B) | 260.32º | 0.25% | 0.99% | - |
| XYZ | 62.85 | 57.7 | 99.92 | - |
| YUV | 203.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 252 | 0.16 | 0.25 | 0 | 0.01 | 260.32 | 0.91 | 0.87 |
| Hex | D3 | BE | FC | 10 | 19 | 0 | 1 | 104 | 5B | 57 |
| Octal | 323 | 276 | 374 | 20 | 31 | 0 | 1 | 404 | 133 | 127 |
| Binary | 11010011 | 10111110 | 11111100 | 10000 | 11001 | 0 | 1 | 100000100 | 1011011 | 1010111 |
Color Harmonies of #D3BEFC
Complementary color
Monochromatic Colors of #D3BEFC
Black with #D3BEFC
Text Example
Text Example
White with #D3BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEFC; }
p { color: rgb(211,190,252); }
H1.HeaderClassName
{
color: #D3BEFC;
}
.AnyTagClassName
{
color: #D3BEFC;
}
</style>
background-color css
<style>
a { background-color: #D3BEFC; }
a { background-color: rgb(211,190,252); }
div.DivClassName
{
background-color: #D3BEFC;
}
.BgClassName
{
background-color: #D3BEFC;
}
</style>
border-color css
<style>
span { border-color: #D3BEFC; }
span { border-color: rgb(211,190,252); }
td.TdClassName
{
border-color: #D3BEFC;
}
.TagClassName
{
border-color: #D3BEFC;
}
</style>