Shades of Fog #D5BAEA
Tints of Fog #D5BAEA
RGB
CMYK
RGB Variations
Color information
#D5BAEA (or 0xD5BAEA) is known color: Fog. HEX triplet: D5, BA and EA. RGB value is (213,186,234). Sum of RGB (Red+Green+Blue) = 213+186+234=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAEA is #2A4515. Grayscale: #C7C7C7. Windows color (decimal): -2770198 or 15383253. OLE color: 15383253.
HSL color Cylindrical-coordinate representation of color #D5BAEA: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BAEA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 186 | 234 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.08 |
| HSL | 273.75º | 0.53% | 0.82% | - |
| HSV(B) | 273.75º | 0.21% | 0.92% | - |
| XYZ | 59.85 | 55.2 | 85.34 | - |
| YUV | 199.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 234 | 0.09 | 0.21 | 0 | 0.08 | 273.75 | 0.53 | 0.82 |
| Hex | D5 | BA | EA | 9 | 15 | 0 | 8 | 112 | 35 | 52 |
| Octal | 325 | 272 | 352 | 11 | 25 | 0 | 10 | 422 | 65 | 122 |
| Binary | 11010101 | 10111010 | 11101010 | 1001 | 10101 | 0 | 1000 | 100010010 | 110101 | 1010010 |
Color Harmonies of #D5BAEA
Complementary color
Monochromatic Colors of #D5BAEA
Black with #D5BAEA
Text Example
Text Example
White with #D5BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAEA; }
p { color: rgb(213,186,234); }
H1.HeaderClassName
{
color: #D5BAEA;
}
.AnyTagClassName
{
color: #D5BAEA;
}
</style>
background-color css
<style>
a { background-color: #D5BAEA; }
a { background-color: rgb(213,186,234); }
div.DivClassName
{
background-color: #D5BAEA;
}
.BgClassName
{
background-color: #D5BAEA;
}
</style>
border-color css
<style>
span { border-color: #D5BAEA; }
span { border-color: rgb(213,186,234); }
td.TdClassName
{
border-color: #D5BAEA;
}
.TagClassName
{
border-color: #D5BAEA;
}
</style>