Shades of Fog #D3BDEF
Tints of Fog #D3BDEF
RGB
CMYK
RGB Variations
Color information
#D3BDEF (or 0xD3BDEF) is known color: Fog. HEX triplet: D3, BD and EF. RGB value is (211,189,239). Sum of RGB (Red+Green+Blue) = 211+189+239=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDEF is #2C4210. Grayscale: #C9C9C9. Windows color (decimal): -2900497 or 15711699. OLE color: 15711699.
HSL color Cylindrical-coordinate representation of color #D3BDEF: hue angle of 266.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BDEF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 189 | 239 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.06 |
| HSL | 266.4º | 0.61% | 0.84% | - |
| HSV(B) | 266.4º | 0.21% | 0.94% | - |
| XYZ | 60.64 | 56.48 | 89.37 | - |
| YUV | 201.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 239 | 0.12 | 0.21 | 0 | 0.06 | 266.4 | 0.61 | 0.84 |
| Hex | D3 | BD | EF | C | 15 | 0 | 6 | 10A | 3D | 54 |
| Octal | 323 | 275 | 357 | 14 | 25 | 0 | 6 | 412 | 75 | 124 |
| Binary | 11010011 | 10111101 | 11101111 | 1100 | 10101 | 0 | 110 | 100001010 | 111101 | 1010100 |
Color Harmonies of #D3BDEF
Complementary color
Monochromatic Colors of #D3BDEF
Black with #D3BDEF
Text Example
Text Example
White with #D3BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDEF; }
p { color: rgb(211,189,239); }
H1.HeaderClassName
{
color: #D3BDEF;
}
.AnyTagClassName
{
color: #D3BDEF;
}
</style>
background-color css
<style>
a { background-color: #D3BDEF; }
a { background-color: rgb(211,189,239); }
div.DivClassName
{
background-color: #D3BDEF;
}
.BgClassName
{
background-color: #D3BDEF;
}
</style>
border-color css
<style>
span { border-color: #D3BDEF; }
span { border-color: rgb(211,189,239); }
td.TdClassName
{
border-color: #D3BDEF;
}
.TagClassName
{
border-color: #D3BDEF;
}
</style>