Shades of Fog #D5BCEC
Tints of Fog #D5BCEC
RGB
CMYK
RGB Variations
Color information
#D5BCEC (or 0xD5BCEC) is known color: Fog. HEX triplet: D5, BC and EC. RGB value is (213,188,236). Sum of RGB (Red+Green+Blue) = 213+188+236=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEC is #2A4313. Grayscale: #C8C8C8. Windows color (decimal): -2769684 or 15514837. OLE color: 15514837.
HSL color Cylindrical-coordinate representation of color #D5BCEC: hue angle of 271.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BCEC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 188 | 236 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.07 |
| HSL | 271.25º | 0.56% | 0.83% | - |
| HSV(B) | 271.25º | 0.2% | 0.93% | - |
| XYZ | 60.56 | 56.17 | 87.01 | - |
| YUV | 200.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 236 | 0.10 | 0.20 | 0 | 0.07 | 271.25 | 0.56 | 0.83 |
| Hex | D5 | BC | EC | A | 14 | 0 | 7 | 10F | 38 | 53 |
| Octal | 325 | 274 | 354 | 12 | 24 | 0 | 7 | 417 | 70 | 123 |
| Binary | 11010101 | 10111100 | 11101100 | 1010 | 10100 | 0 | 111 | 100001111 | 111000 | 1010011 |
Color Harmonies of #D5BCEC
Complementary color
Monochromatic Colors of #D5BCEC
Black with #D5BCEC
Text Example
Text Example
White with #D5BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCEC; }
p { color: rgb(213,188,236); }
H1.HeaderClassName
{
color: #D5BCEC;
}
.AnyTagClassName
{
color: #D5BCEC;
}
</style>
background-color css
<style>
a { background-color: #D5BCEC; }
a { background-color: rgb(213,188,236); }
div.DivClassName
{
background-color: #D5BCEC;
}
.BgClassName
{
background-color: #D5BCEC;
}
</style>
border-color css
<style>
span { border-color: #D5BCEC; }
span { border-color: rgb(213,188,236); }
td.TdClassName
{
border-color: #D5BCEC;
}
.TagClassName
{
border-color: #D5BCEC;
}
</style>