Shades of Fog #D5BCED
Tints of Fog #D5BCED
RGB
CMYK
RGB Variations
Color information
#D5BCED (or 0xD5BCED) is known color: Fog. HEX triplet: D5, BC and ED. RGB value is (213,188,237). Sum of RGB (Red+Green+Blue) = 213+188+237=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCED is #2A4312. Grayscale: #C8C8C8. Windows color (decimal): -2769683 or 15580373. OLE color: 15580373.
HSL color Cylindrical-coordinate representation of color #D5BCED: hue angle of 270.61º degrees, saturation: 0.58, 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 #D5BCED is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 188 | 237 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.07 |
| HSL | 270.61º | 0.58% | 0.83% | - |
| HSV(B) | 270.61º | 0.21% | 0.93% | - |
| XYZ | 60.71 | 56.23 | 87.77 | - |
| YUV | 201.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 237 | 0.10 | 0.21 | 0 | 0.07 | 270.61 | 0.58 | 0.83 |
| Hex | D5 | BC | ED | A | 15 | 0 | 7 | 10F | 3A | 53 |
| Octal | 325 | 274 | 355 | 12 | 25 | 0 | 7 | 417 | 72 | 123 |
| Binary | 11010101 | 10111100 | 11101101 | 1010 | 10101 | 0 | 111 | 100001111 | 111010 | 1010011 |
Color Harmonies of #D5BCED
Complementary color
Monochromatic Colors of #D5BCED
Black with #D5BCED
Text Example
Text Example
White with #D5BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCED; }
p { color: rgb(213,188,237); }
H1.HeaderClassName
{
color: #D5BCED;
}
.AnyTagClassName
{
color: #D5BCED;
}
</style>
background-color css
<style>
a { background-color: #D5BCED; }
a { background-color: rgb(213,188,237); }
div.DivClassName
{
background-color: #D5BCED;
}
.BgClassName
{
background-color: #D5BCED;
}
</style>
border-color css
<style>
span { border-color: #D5BCED; }
span { border-color: rgb(213,188,237); }
td.TdClassName
{
border-color: #D5BCED;
}
.TagClassName
{
border-color: #D5BCED;
}
</style>