Shades of Fog #D5BEF2
Tints of Fog #D5BEF2
RGB
CMYK
RGB Variations
Color information
#D5BEF2 (or 0xD5BEF2) is known color: Fog. HEX triplet: D5, BE and F2. RGB value is (213,190,242). Sum of RGB (Red+Green+Blue) = 213+190+242=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEF2 is #2A410D. Grayscale: #CACACA. Windows color (decimal): -2769166 or 15908565. OLE color: 15908565.
HSL color Cylindrical-coordinate representation of color #D5BEF2: hue angle of 266.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BEF2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 190 | 242 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 266.54º | 0.67% | 0.85% | - |
| HSV(B) | 266.54º | 0.21% | 0.95% | - |
| XYZ | 61.88 | 57.38 | 91.82 | - |
| YUV | 202.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 242 | 0.12 | 0.21 | 0 | 0.05 | 266.54 | 0.67 | 0.85 |
| Hex | D5 | BE | F2 | C | 15 | 0 | 5 | 10B | 43 | 55 |
| Octal | 325 | 276 | 362 | 14 | 25 | 0 | 5 | 413 | 103 | 125 |
| Binary | 11010101 | 10111110 | 11110010 | 1100 | 10101 | 0 | 101 | 100001011 | 1000011 | 1010101 |
Color Harmonies of #D5BEF2
Complementary color
Monochromatic Colors of #D5BEF2
Black with #D5BEF2
Text Example
Text Example
White with #D5BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEF2; }
p { color: rgb(213,190,242); }
H1.HeaderClassName
{
color: #D5BEF2;
}
.AnyTagClassName
{
color: #D5BEF2;
}
</style>
background-color css
<style>
a { background-color: #D5BEF2; }
a { background-color: rgb(213,190,242); }
div.DivClassName
{
background-color: #D5BEF2;
}
.BgClassName
{
background-color: #D5BEF2;
}
</style>
border-color css
<style>
span { border-color: #D5BEF2; }
span { border-color: rgb(213,190,242); }
td.TdClassName
{
border-color: #D5BEF2;
}
.TagClassName
{
border-color: #D5BEF2;
}
</style>