Shades of Fog #D5BAEF
Tints of Fog #D5BAEF
RGB
CMYK
RGB Variations
Color information
#D5BAEF (or 0xD5BAEF) is known color: Fog. HEX triplet: D5, BA and EF. RGB value is (213,186,239). Sum of RGB (Red+Green+Blue) = 213+186+239=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAEF is #2A4510. Grayscale: #C7C7C7. Windows color (decimal): -2770193 or 15710933. OLE color: 15710933.
HSL color Cylindrical-coordinate representation of color #D5BAEF: hue angle of 270.57º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BAEF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 186 | 239 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.06 |
| HSL | 270.57º | 0.62% | 0.83% | - |
| HSV(B) | 270.57º | 0.22% | 0.94% | - |
| XYZ | 60.58 | 55.5 | 89.18 | - |
| YUV | 200.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 239 | 0.11 | 0.22 | 0 | 0.06 | 270.57 | 0.62 | 0.83 |
| Hex | D5 | BA | EF | B | 16 | 0 | 6 | 10F | 3E | 53 |
| Octal | 325 | 272 | 357 | 13 | 26 | 0 | 6 | 417 | 76 | 123 |
| Binary | 11010101 | 10111010 | 11101111 | 1011 | 10110 | 0 | 110 | 100001111 | 111110 | 1010011 |
Color Harmonies of #D5BAEF
Complementary color
Monochromatic Colors of #D5BAEF
Black with #D5BAEF
Text Example
Text Example
White with #D5BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAEF; }
p { color: rgb(213,186,239); }
H1.HeaderClassName
{
color: #D5BAEF;
}
.AnyTagClassName
{
color: #D5BAEF;
}
</style>
background-color css
<style>
a { background-color: #D5BAEF; }
a { background-color: rgb(213,186,239); }
div.DivClassName
{
background-color: #D5BAEF;
}
.BgClassName
{
background-color: #D5BAEF;
}
</style>
border-color css
<style>
span { border-color: #D5BAEF; }
span { border-color: rgb(213,186,239); }
td.TdClassName
{
border-color: #D5BAEF;
}
.TagClassName
{
border-color: #D5BAEF;
}
</style>