Shades of Fog #D5BEF0
Tints of Fog #D5BEF0
RGB
CMYK
RGB Variations
Color information
#D5BEF0 (or 0xD5BEF0) is known color: Fog. HEX triplet: D5, BE and F0. RGB value is (213,190,240). Sum of RGB (Red+Green+Blue) = 213+190+240=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEF0 is #2A410F. Grayscale: #CACACA. Windows color (decimal): -2769168 or 15777493. OLE color: 15777493.
HSL color Cylindrical-coordinate representation of color #D5BEF0: hue angle of 267.6º degrees, saturation: 0.62, 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 #D5BEF0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 190 | 240 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.06 |
| HSL | 267.6º | 0.63% | 0.84% | - |
| HSV(B) | 267.6º | 0.21% | 0.94% | - |
| XYZ | 61.58 | 57.26 | 90.25 | - |
| YUV | 202.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 240 | 0.11 | 0.21 | 0 | 0.06 | 267.6 | 0.63 | 0.84 |
| Hex | D5 | BE | F0 | B | 15 | 0 | 6 | 10C | 3E | 54 |
| Octal | 325 | 276 | 360 | 13 | 25 | 0 | 6 | 414 | 76 | 124 |
| Binary | 11010101 | 10111110 | 11110000 | 1011 | 10101 | 0 | 110 | 100001100 | 111110 | 1010100 |
Color Harmonies of #D5BEF0
Complementary color
Monochromatic Colors of #D5BEF0
Black with #D5BEF0
Text Example
Text Example
White with #D5BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEF0; }
p { color: rgb(213,190,240); }
H1.HeaderClassName
{
color: #D5BEF0;
}
.AnyTagClassName
{
color: #D5BEF0;
}
</style>
background-color css
<style>
a { background-color: #D5BEF0; }
a { background-color: rgb(213,190,240); }
div.DivClassName
{
background-color: #D5BEF0;
}
.BgClassName
{
background-color: #D5BEF0;
}
</style>
border-color css
<style>
span { border-color: #D5BEF0; }
span { border-color: rgb(213,190,240); }
td.TdClassName
{
border-color: #D5BEF0;
}
.TagClassName
{
border-color: #D5BEF0;
}
</style>