Shades of Fog #D5BDFB
Tints of Fog #D5BDFB
RGB
CMYK
RGB Variations
Color information
#D5BDFB (or 0xD5BDFB) is known color: Fog. HEX triplet: D5, BD and FB. RGB value is (213,189,251). Sum of RGB (Red+Green+Blue) = 213+189+251=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDFB is #2A4204. Grayscale: #CBCBCB. Windows color (decimal): -2769413 or 16498133. OLE color: 16498133.
HSL color Cylindrical-coordinate representation of color #D5BDFB: hue angle of 263.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BDFB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 189 | 251 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.02 |
| HSL | 263.23º | 0.89% | 0.86% | - |
| HSV(B) | 263.23º | 0.25% | 0.98% | - |
| XYZ | 63.05 | 57.51 | 99.04 | - |
| YUV | 203.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 251 | 0.15 | 0.25 | 0 | 0.02 | 263.23 | 0.89 | 0.86 |
| Hex | D5 | BD | FB | F | 19 | 0 | 2 | 107 | 59 | 56 |
| Octal | 325 | 275 | 373 | 17 | 31 | 0 | 2 | 407 | 131 | 126 |
| Binary | 11010101 | 10111101 | 11111011 | 1111 | 11001 | 0 | 10 | 100000111 | 1011001 | 1010110 |
Color Harmonies of #D5BDFB
Complementary color
Monochromatic Colors of #D5BDFB
Black with #D5BDFB
Text Example
Text Example
White with #D5BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDFB; }
p { color: rgb(213,189,251); }
H1.HeaderClassName
{
color: #D5BDFB;
}
.AnyTagClassName
{
color: #D5BDFB;
}
</style>
background-color css
<style>
a { background-color: #D5BDFB; }
a { background-color: rgb(213,189,251); }
div.DivClassName
{
background-color: #D5BDFB;
}
.BgClassName
{
background-color: #D5BDFB;
}
</style>
border-color css
<style>
span { border-color: #D5BDFB; }
span { border-color: rgb(213,189,251); }
td.TdClassName
{
border-color: #D5BDFB;
}
.TagClassName
{
border-color: #D5BDFB;
}
</style>