Shades of Fog #D3BCF2
Tints of Fog #D3BCF2
RGB
CMYK
RGB Variations
Color information
#D3BCF2 (or 0xD3BCF2) is known color: Fog. HEX triplet: D3, BC and F2. RGB value is (211,188,242). Sum of RGB (Red+Green+Blue) = 211+188+242=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BCF2 is #2C430D. Grayscale: #C8C8C8. Windows color (decimal): -2900750 or 15908051. OLE color: 15908051.
HSL color Cylindrical-coordinate representation of color #D3BCF2: hue angle of 265.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3BCF2 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 188 | 242 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.05 |
| HSL | 265.56º | 0.68% | 0.84% | - |
| HSV(B) | 265.56º | 0.22% | 0.95% | - |
| XYZ | 60.87 | 56.23 | 91.65 | - |
| YUV | 201.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 242 | 0.13 | 0.22 | 0 | 0.05 | 265.56 | 0.68 | 0.84 |
| Hex | D3 | BC | F2 | D | 16 | 0 | 5 | 10A | 44 | 54 |
| Octal | 323 | 274 | 362 | 15 | 26 | 0 | 5 | 412 | 104 | 124 |
| Binary | 11010011 | 10111100 | 11110010 | 1101 | 10110 | 0 | 101 | 100001010 | 1000100 | 1010100 |
Color Harmonies of #D3BCF2
Complementary color
Monochromatic Colors of #D3BCF2
Black with #D3BCF2
Text Example
Text Example
White with #D3BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCF2; }
p { color: rgb(211,188,242); }
H1.HeaderClassName
{
color: #D3BCF2;
}
.AnyTagClassName
{
color: #D3BCF2;
}
</style>
background-color css
<style>
a { background-color: #D3BCF2; }
a { background-color: rgb(211,188,242); }
div.DivClassName
{
background-color: #D3BCF2;
}
.BgClassName
{
background-color: #D3BCF2;
}
</style>
border-color css
<style>
span { border-color: #D3BCF2; }
span { border-color: rgb(211,188,242); }
td.TdClassName
{
border-color: #D3BCF2;
}
.TagClassName
{
border-color: #D3BCF2;
}
</style>