Shades of Fog #D5BAEC
Tints of Fog #D5BAEC
RGB
CMYK
RGB Variations
Color information
#D5BAEC (or 0xD5BAEC) is known color: Fog. HEX triplet: D5, BA and EC. RGB value is (213,186,236). Sum of RGB (Red+Green+Blue) = 213+186+236=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAEC is #2A4513. Grayscale: #C7C7C7. Windows color (decimal): -2770196 or 15514325. OLE color: 15514325.
HSL color Cylindrical-coordinate representation of color #D5BAEC: hue angle of 272.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BAEC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 186 | 236 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.07 |
| HSL | 272.4º | 0.57% | 0.83% | - |
| HSV(B) | 272.4º | 0.21% | 0.93% | - |
| XYZ | 60.14 | 55.32 | 86.87 | - |
| YUV | 199.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 236 | 0.10 | 0.21 | 0 | 0.07 | 272.4 | 0.57 | 0.83 |
| Hex | D5 | BA | EC | A | 15 | 0 | 7 | 110 | 39 | 53 |
| Octal | 325 | 272 | 354 | 12 | 25 | 0 | 7 | 420 | 71 | 123 |
| Binary | 11010101 | 10111010 | 11101100 | 1010 | 10101 | 0 | 111 | 100010000 | 111001 | 1010011 |
Color Harmonies of #D5BAEC
Complementary color
Monochromatic Colors of #D5BAEC
Black with #D5BAEC
Text Example
Text Example
White with #D5BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAEC; }
p { color: rgb(213,186,236); }
H1.HeaderClassName
{
color: #D5BAEC;
}
.AnyTagClassName
{
color: #D5BAEC;
}
</style>
background-color css
<style>
a { background-color: #D5BAEC; }
a { background-color: rgb(213,186,236); }
div.DivClassName
{
background-color: #D5BAEC;
}
.BgClassName
{
background-color: #D5BAEC;
}
</style>
border-color css
<style>
span { border-color: #D5BAEC; }
span { border-color: rgb(213,186,236); }
td.TdClassName
{
border-color: #D5BAEC;
}
.TagClassName
{
border-color: #D5BAEC;
}
</style>