Shades of Fog #D5BCEF
Tints of Fog #D5BCEF
RGB
CMYK
RGB Variations
Color information
#D5BCEF (or 0xD5BCEF) is known color: Fog. HEX triplet: D5, BC and EF. RGB value is (213,188,239). Sum of RGB (Red+Green+Blue) = 213+188+239=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEF is #2A4310. Grayscale: #C9C9C9. Windows color (decimal): -2769681 or 15711445. OLE color: 15711445.
HSL color Cylindrical-coordinate representation of color #D5BCEF: hue angle of 269.41º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BCEF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 188 | 239 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.06 |
| HSL | 269.41º | 0.61% | 0.84% | - |
| HSV(B) | 269.41º | 0.21% | 0.94% | - |
| XYZ | 61 | 56.34 | 89.32 | - |
| YUV | 201.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 239 | 0.11 | 0.21 | 0 | 0.06 | 269.41 | 0.61 | 0.84 |
| Hex | D5 | BC | EF | B | 15 | 0 | 6 | 10D | 3D | 54 |
| Octal | 325 | 274 | 357 | 13 | 25 | 0 | 6 | 415 | 75 | 124 |
| Binary | 11010101 | 10111100 | 11101111 | 1011 | 10101 | 0 | 110 | 100001101 | 111101 | 1010100 |
Color Harmonies of #D5BCEF
Complementary color
Monochromatic Colors of #D5BCEF
Black with #D5BCEF
Text Example
Text Example
White with #D5BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCEF; }
p { color: rgb(213,188,239); }
H1.HeaderClassName
{
color: #D5BCEF;
}
.AnyTagClassName
{
color: #D5BCEF;
}
</style>
background-color css
<style>
a { background-color: #D5BCEF; }
a { background-color: rgb(213,188,239); }
div.DivClassName
{
background-color: #D5BCEF;
}
.BgClassName
{
background-color: #D5BCEF;
}
</style>
border-color css
<style>
span { border-color: #D5BCEF; }
span { border-color: rgb(213,188,239); }
td.TdClassName
{
border-color: #D5BCEF;
}
.TagClassName
{
border-color: #D5BCEF;
}
</style>