Shades of Fog #D5BEE6
Tints of Fog #D5BEE6
RGB
CMYK
RGB Variations
Color information
#D5BEE6 (or 0xD5BEE6) is known color: Fog. HEX triplet: D5, BE and E6. RGB value is (213,190,230). Sum of RGB (Red+Green+Blue) = 213+190+230=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEE6 is #2A4119. Grayscale: #C9C9C9. Windows color (decimal): -2769178 or 15122133. OLE color: 15122133.
HSL color Cylindrical-coordinate representation of color #D5BEE6: hue angle of 274.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BEE6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 190 | 230 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.10 |
| HSL | 274.5º | 0.44% | 0.82% | - |
| HSV(B) | 274.5º | 0.17% | 0.9% | - |
| XYZ | 60.14 | 56.69 | 82.63 | - |
| YUV | 201.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 230 | 0.07 | 0.17 | 0 | 0.10 | 274.5 | 0.44 | 0.82 |
| Hex | D5 | BE | E6 | 7 | 11 | 0 | A | 112 | 2C | 52 |
| Octal | 325 | 276 | 346 | 7 | 21 | 0 | 12 | 422 | 54 | 122 |
| Binary | 11010101 | 10111110 | 11100110 | 111 | 10001 | 0 | 1010 | 100010010 | 101100 | 1010010 |
Color Harmonies of #D5BEE6
Complementary color
Monochromatic Colors of #D5BEE6
Black with #D5BEE6
Text Example
Text Example
White with #D5BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEE6; }
p { color: rgb(213,190,230); }
H1.HeaderClassName
{
color: #D5BEE6;
}
.AnyTagClassName
{
color: #D5BEE6;
}
</style>
background-color css
<style>
a { background-color: #D5BEE6; }
a { background-color: rgb(213,190,230); }
div.DivClassName
{
background-color: #D5BEE6;
}
.BgClassName
{
background-color: #D5BEE6;
}
</style>
border-color css
<style>
span { border-color: #D5BEE6; }
span { border-color: rgb(213,190,230); }
td.TdClassName
{
border-color: #D5BEE6;
}
.TagClassName
{
border-color: #D5BEE6;
}
</style>