Shades of Fog #D5BCE4
Tints of Fog #D5BCE4
RGB
CMYK
RGB Variations
Color information
#D5BCE4 (or 0xD5BCE4) is known color: Fog. HEX triplet: D5, BC and E4. RGB value is (213,188,228). Sum of RGB (Red+Green+Blue) = 213+188+228=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCE4 is #2A431B. Grayscale: #C7C7C7. Windows color (decimal): -2769692 or 14990549. OLE color: 14990549.
HSL color Cylindrical-coordinate representation of color #D5BCE4: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BCE4 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 188 | 228 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.11 |
| HSL | 277.5º | 0.43% | 0.82% | - |
| HSV(B) | 277.5º | 0.18% | 0.89% | - |
| XYZ | 59.43 | 55.71 | 81.02 | - |
| YUV | 200.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 228 | 0.07 | 0.18 | 0 | 0.11 | 277.5 | 0.43 | 0.82 |
| Hex | D5 | BC | E4 | 7 | 12 | 0 | B | 116 | 2B | 52 |
| Octal | 325 | 274 | 344 | 7 | 22 | 0 | 13 | 426 | 53 | 122 |
| Binary | 11010101 | 10111100 | 11100100 | 111 | 10010 | 0 | 1011 | 100010110 | 101011 | 1010010 |
Color Harmonies of #D5BCE4
Complementary color
Monochromatic Colors of #D5BCE4
Black with #D5BCE4
Text Example
Text Example
White with #D5BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCE4; }
p { color: rgb(213,188,228); }
H1.HeaderClassName
{
color: #D5BCE4;
}
.AnyTagClassName
{
color: #D5BCE4;
}
</style>
background-color css
<style>
a { background-color: #D5BCE4; }
a { background-color: rgb(213,188,228); }
div.DivClassName
{
background-color: #D5BCE4;
}
.BgClassName
{
background-color: #D5BCE4;
}
</style>
border-color css
<style>
span { border-color: #D5BCE4; }
span { border-color: rgb(213,188,228); }
td.TdClassName
{
border-color: #D5BCE4;
}
.TagClassName
{
border-color: #D5BCE4;
}
</style>