Shades of Fog #D5BAF2
Tints of Fog #D5BAF2
RGB
CMYK
RGB Variations
Color information
#D5BAF2 (or 0xD5BAF2) is known color: Fog. HEX triplet: D5, BA and F2. RGB value is (213,186,242). Sum of RGB (Red+Green+Blue) = 213+186+242=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF2 is #2A450D. Grayscale: #C8C8C8. Windows color (decimal): -2770190 or 15907541. OLE color: 15907541.
HSL color Cylindrical-coordinate representation of color #D5BAF2: hue angle of 268.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5BAF2 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 186 | 242 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.05 |
| HSL | 268.93º | 0.68% | 0.84% | - |
| HSV(B) | 268.93º | 0.23% | 0.95% | - |
| XYZ | 61.03 | 55.67 | 91.53 | - |
| YUV | 200.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 242 | 0.12 | 0.23 | 0 | 0.05 | 268.93 | 0.68 | 0.84 |
| Hex | D5 | BA | F2 | C | 17 | 0 | 5 | 10D | 44 | 54 |
| Octal | 325 | 272 | 362 | 14 | 27 | 0 | 5 | 415 | 104 | 124 |
| Binary | 11010101 | 10111010 | 11110010 | 1100 | 10111 | 0 | 101 | 100001101 | 1000100 | 1010100 |
Color Harmonies of #D5BAF2
Complementary color
Monochromatic Colors of #D5BAF2
Black with #D5BAF2
Text Example
Text Example
White with #D5BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAF2; }
p { color: rgb(213,186,242); }
H1.HeaderClassName
{
color: #D5BAF2;
}
.AnyTagClassName
{
color: #D5BAF2;
}
</style>
background-color css
<style>
a { background-color: #D5BAF2; }
a { background-color: rgb(213,186,242); }
div.DivClassName
{
background-color: #D5BAF2;
}
.BgClassName
{
background-color: #D5BAF2;
}
</style>
border-color css
<style>
span { border-color: #D5BAF2; }
span { border-color: rgb(213,186,242); }
td.TdClassName
{
border-color: #D5BAF2;
}
.TagClassName
{
border-color: #D5BAF2;
}
</style>