Shades of Fog #D5BDFE
Tints of Fog #D5BDFE
RGB
CMYK
RGB Variations
Color information
#D5BDFE (or 0xD5BDFE) is known color: Fog. HEX triplet: D5, BD and FE. RGB value is (213,189,254). Sum of RGB (Red+Green+Blue) = 213+189+254=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDFE is #2A4201. Grayscale: #CBCBCB. Windows color (decimal): -2769410 or 16694741. OLE color: 16694741.
HSL color Cylindrical-coordinate representation of color #D5BDFE: hue angle of 262.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BDFE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 189 | 254 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.00 |
| HSL | 262.15º | 0.97% | 0.87% | - |
| HSV(B) | 262.15º | 0.26% | 1% | - |
| XYZ | 63.53 | 57.7 | 101.55 | - |
| YUV | 203.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 254 | 0.16 | 0.26 | 0 | 0.00 | 262.15 | 0.97 | 0.87 |
| Hex | D5 | BD | FE | 10 | 1A | 0 | 0 | 106 | 61 | 57 |
| Octal | 325 | 275 | 376 | 20 | 32 | 0 | 0 | 406 | 141 | 127 |
| Binary | 11010101 | 10111101 | 11111110 | 10000 | 11010 | 0 | 0 | 100000110 | 1100001 | 1010111 |
Color Harmonies of #D5BDFE
Complementary color
Monochromatic Colors of #D5BDFE
Black with #D5BDFE
Text Example
Text Example
White with #D5BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDFE; }
p { color: rgb(213,189,254); }
H1.HeaderClassName
{
color: #D5BDFE;
}
.AnyTagClassName
{
color: #D5BDFE;
}
</style>
background-color css
<style>
a { background-color: #D5BDFE; }
a { background-color: rgb(213,189,254); }
div.DivClassName
{
background-color: #D5BDFE;
}
.BgClassName
{
background-color: #D5BDFE;
}
</style>
border-color css
<style>
span { border-color: #D5BDFE; }
span { border-color: rgb(213,189,254); }
td.TdClassName
{
border-color: #D5BDFE;
}
.TagClassName
{
border-color: #D5BDFE;
}
</style>