Shades of Fog #D5BDEF
Tints of Fog #D5BDEF
RGB
CMYK
RGB Variations
Color information
#D5BDEF (or 0xD5BDEF) is known color: Fog. HEX triplet: D5, BD and EF. RGB value is (213,189,239). Sum of RGB (Red+Green+Blue) = 213+189+239=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDEF is #2A4210. Grayscale: #C9C9C9. Windows color (decimal): -2769425 or 15711701. OLE color: 15711701.
HSL color Cylindrical-coordinate representation of color #D5BDEF: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BDEF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 189 | 239 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.06 |
| HSL | 268.8º | 0.61% | 0.84% | - |
| HSV(B) | 268.8º | 0.21% | 0.94% | - |
| XYZ | 61.22 | 56.77 | 89.39 | - |
| YUV | 201.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 239 | 0.11 | 0.21 | 0 | 0.06 | 268.8 | 0.61 | 0.84 |
| Hex | D5 | BD | EF | B | 15 | 0 | 6 | 10D | 3D | 54 |
| Octal | 325 | 275 | 357 | 13 | 25 | 0 | 6 | 415 | 75 | 124 |
| Binary | 11010101 | 10111101 | 11101111 | 1011 | 10101 | 0 | 110 | 100001101 | 111101 | 1010100 |
Color Harmonies of #D5BDEF
Complementary color
Monochromatic Colors of #D5BDEF
Black with #D5BDEF
Text Example
Text Example
White with #D5BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDEF; }
p { color: rgb(213,189,239); }
H1.HeaderClassName
{
color: #D5BDEF;
}
.AnyTagClassName
{
color: #D5BDEF;
}
</style>
background-color css
<style>
a { background-color: #D5BDEF; }
a { background-color: rgb(213,189,239); }
div.DivClassName
{
background-color: #D5BDEF;
}
.BgClassName
{
background-color: #D5BDEF;
}
</style>
border-color css
<style>
span { border-color: #D5BDEF; }
span { border-color: rgb(213,189,239); }
td.TdClassName
{
border-color: #D5BDEF;
}
.TagClassName
{
border-color: #D5BDEF;
}
</style>