Shades of Fog #D5BDFA
Tints of Fog #D5BDFA
RGB
CMYK
RGB Variations
Color information
#D5BDFA (or 0xD5BDFA) is known color: Fog. HEX triplet: D5, BD and FA. RGB value is (213,189,250). Sum of RGB (Red+Green+Blue) = 213+189+250=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDFA is #2A4205. Grayscale: #CACACA. Windows color (decimal): -2769414 or 16432597. OLE color: 16432597.
HSL color Cylindrical-coordinate representation of color #D5BDFA: hue angle of 263.61º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BDFA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 189 | 250 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.02 |
| HSL | 263.61º | 0.86% | 0.86% | - |
| HSV(B) | 263.61º | 0.24% | 0.98% | - |
| XYZ | 62.89 | 57.44 | 98.22 | - |
| YUV | 203.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 250 | 0.15 | 0.24 | 0 | 0.02 | 263.61 | 0.86 | 0.86 |
| Hex | D5 | BD | FA | F | 18 | 0 | 2 | 108 | 56 | 56 |
| Octal | 325 | 275 | 372 | 17 | 30 | 0 | 2 | 410 | 126 | 126 |
| Binary | 11010101 | 10111101 | 11111010 | 1111 | 11000 | 0 | 10 | 100001000 | 1010110 | 1010110 |
Color Harmonies of #D5BDFA
Complementary color
Monochromatic Colors of #D5BDFA
Black with #D5BDFA
Text Example
Text Example
White with #D5BDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDFA; }
p { color: rgb(213,189,250); }
H1.HeaderClassName
{
color: #D5BDFA;
}
.AnyTagClassName
{
color: #D5BDFA;
}
</style>
background-color css
<style>
a { background-color: #D5BDFA; }
a { background-color: rgb(213,189,250); }
div.DivClassName
{
background-color: #D5BDFA;
}
.BgClassName
{
background-color: #D5BDFA;
}
</style>
border-color css
<style>
span { border-color: #D5BDFA; }
span { border-color: rgb(213,189,250); }
td.TdClassName
{
border-color: #D5BDFA;
}
.TagClassName
{
border-color: #D5BDFA;
}
</style>