Shades of Fog #D3B4ED
Tints of Fog #D3B4ED
RGB
CMYK
RGB Variations
Color information
#D3B4ED (or 0xD3B4ED) is known color: Fog. HEX triplet: D3, B4 and ED. RGB value is (211,180,237). Sum of RGB (Red+Green+Blue) = 211+180+237=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B4ED is #2C4B12. Grayscale: #C3C3C3. Windows color (decimal): -2902803 or 15578323. OLE color: 15578323.
HSL color Cylindrical-coordinate representation of color #D3B4ED: hue angle of 272.63º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3B4ED is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 180 | 237 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 272.63º | 0.61% | 0.82% | - |
| HSV(B) | 272.63º | 0.24% | 0.93% | - |
| XYZ | 58.47 | 52.61 | 87.19 | - |
| YUV | 195.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 237 | 0.11 | 0.24 | 0 | 0.07 | 272.63 | 0.61 | 0.82 |
| Hex | D3 | B4 | ED | B | 18 | 0 | 7 | 111 | 3D | 52 |
| Octal | 323 | 264 | 355 | 13 | 30 | 0 | 7 | 421 | 75 | 122 |
| Binary | 11010011 | 10110100 | 11101101 | 1011 | 11000 | 0 | 111 | 100010001 | 111101 | 1010010 |
Color Harmonies of #D3B4ED
Complementary color
Monochromatic Colors of #D3B4ED
Black with #D3B4ED
Text Example
Text Example
White with #D3B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4ED; }
p { color: rgb(211,180,237); }
H1.HeaderClassName
{
color: #D3B4ED;
}
.AnyTagClassName
{
color: #D3B4ED;
}
</style>
background-color css
<style>
a { background-color: #D3B4ED; }
a { background-color: rgb(211,180,237); }
div.DivClassName
{
background-color: #D3B4ED;
}
.BgClassName
{
background-color: #D3B4ED;
}
</style>
border-color css
<style>
span { border-color: #D3B4ED; }
span { border-color: rgb(211,180,237); }
td.TdClassName
{
border-color: #D3B4ED;
}
.TagClassName
{
border-color: #D3B4ED;
}
</style>