Shades of Fog #D5BCE9
Tints of Fog #D5BCE9
RGB
CMYK
RGB Variations
Color information
#D5BCE9 (or 0xD5BCE9) is known color: Fog. HEX triplet: D5, BC and E9. RGB value is (213,188,233). Sum of RGB (Red+Green+Blue) = 213+188+233=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCE9 is #2A4316. Grayscale: #C8C8C8. Windows color (decimal): -2769687 or 15318229. OLE color: 15318229.
HSL color Cylindrical-coordinate representation of color #D5BCE9: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BCE9 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 188 | 233 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.09 |
| HSL | 273.33º | 0.51% | 0.83% | - |
| HSV(B) | 273.33º | 0.19% | 0.91% | - |
| XYZ | 60.13 | 56 | 84.73 | - |
| YUV | 200.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 233 | 0.09 | 0.19 | 0 | 0.09 | 273.33 | 0.51 | 0.83 |
| Hex | D5 | BC | E9 | 9 | 13 | 0 | 9 | 111 | 33 | 53 |
| Octal | 325 | 274 | 351 | 11 | 23 | 0 | 11 | 421 | 63 | 123 |
| Binary | 11010101 | 10111100 | 11101001 | 1001 | 10011 | 0 | 1001 | 100010001 | 110011 | 1010011 |
Color Harmonies of #D5BCE9
Complementary color
Monochromatic Colors of #D5BCE9
Black with #D5BCE9
Text Example
Text Example
White with #D5BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCE9; }
p { color: rgb(213,188,233); }
H1.HeaderClassName
{
color: #D5BCE9;
}
.AnyTagClassName
{
color: #D5BCE9;
}
</style>
background-color css
<style>
a { background-color: #D5BCE9; }
a { background-color: rgb(213,188,233); }
div.DivClassName
{
background-color: #D5BCE9;
}
.BgClassName
{
background-color: #D5BCE9;
}
</style>
border-color css
<style>
span { border-color: #D5BCE9; }
span { border-color: rgb(213,188,233); }
td.TdClassName
{
border-color: #D5BCE9;
}
.TagClassName
{
border-color: #D5BCE9;
}
</style>