Shades of Fog #D5BDEA
Tints of Fog #D5BDEA
RGB
CMYK
RGB Variations
Color information
#D5BDEA (or 0xD5BDEA) is known color: Fog. HEX triplet: D5, BD and EA. RGB value is (213,189,234). Sum of RGB (Red+Green+Blue) = 213+189+234=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDEA is #2A4215. Grayscale: #C9C9C9. Windows color (decimal): -2769430 or 15384021. OLE color: 15384021.
HSL color Cylindrical-coordinate representation of color #D5BDEA: hue angle of 272º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BDEA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 189 | 234 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.08 |
| HSL | 272º | 0.52% | 0.83% | - |
| HSV(B) | 272º | 0.19% | 0.92% | - |
| XYZ | 60.49 | 56.48 | 85.56 | - |
| YUV | 201.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 234 | 0.09 | 0.19 | 0 | 0.08 | 272 | 0.52 | 0.83 |
| Hex | D5 | BD | EA | 9 | 13 | 0 | 8 | 110 | 34 | 53 |
| Octal | 325 | 275 | 352 | 11 | 23 | 0 | 10 | 420 | 64 | 123 |
| Binary | 11010101 | 10111101 | 11101010 | 1001 | 10011 | 0 | 1000 | 100010000 | 110100 | 1010011 |
Color Harmonies of #D5BDEA
Complementary color
Monochromatic Colors of #D5BDEA
Black with #D5BDEA
Text Example
Text Example
White with #D5BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDEA; }
p { color: rgb(213,189,234); }
H1.HeaderClassName
{
color: #D5BDEA;
}
.AnyTagClassName
{
color: #D5BDEA;
}
</style>
background-color css
<style>
a { background-color: #D5BDEA; }
a { background-color: rgb(213,189,234); }
div.DivClassName
{
background-color: #D5BDEA;
}
.BgClassName
{
background-color: #D5BDEA;
}
</style>
border-color css
<style>
span { border-color: #D5BDEA; }
span { border-color: rgb(213,189,234); }
td.TdClassName
{
border-color: #D5BDEA;
}
.TagClassName
{
border-color: #D5BDEA;
}
</style>