Shades of Fog #D5BDE6
Tints of Fog #D5BDE6
RGB
CMYK
RGB Variations
Color information
#D5BDE6 (or 0xD5BDE6) is known color: Fog. HEX triplet: D5, BD and E6. RGB value is (213,189,230). Sum of RGB (Red+Green+Blue) = 213+189+230=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDE6 is #2A4219. Grayscale: #C8C8C8. Windows color (decimal): -2769434 or 15121877. OLE color: 15121877.
HSL color Cylindrical-coordinate representation of color #D5BDE6: hue angle of 275.12º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BDE6 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 189 | 230 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.10 |
| HSL | 275.12º | 0.45% | 0.82% | - |
| HSV(B) | 275.12º | 0.18% | 0.9% | - |
| XYZ | 59.92 | 56.25 | 82.56 | - |
| YUV | 200.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 230 | 0.07 | 0.18 | 0 | 0.10 | 275.12 | 0.45 | 0.82 |
| Hex | D5 | BD | E6 | 7 | 12 | 0 | A | 113 | 2D | 52 |
| Octal | 325 | 275 | 346 | 7 | 22 | 0 | 12 | 423 | 55 | 122 |
| Binary | 11010101 | 10111101 | 11100110 | 111 | 10010 | 0 | 1010 | 100010011 | 101101 | 1010010 |
Color Harmonies of #D5BDE6
Complementary color
Monochromatic Colors of #D5BDE6
Black with #D5BDE6
Text Example
Text Example
White with #D5BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDE6; }
p { color: rgb(213,189,230); }
H1.HeaderClassName
{
color: #D5BDE6;
}
.AnyTagClassName
{
color: #D5BDE6;
}
</style>
background-color css
<style>
a { background-color: #D5BDE6; }
a { background-color: rgb(213,189,230); }
div.DivClassName
{
background-color: #D5BDE6;
}
.BgClassName
{
background-color: #D5BDE6;
}
</style>
border-color css
<style>
span { border-color: #D5BDE6; }
span { border-color: rgb(213,189,230); }
td.TdClassName
{
border-color: #D5BDE6;
}
.TagClassName
{
border-color: #D5BDE6;
}
</style>