Shades of Fog #D5BEFF
Tints of Fog #D5BEFF
RGB
CMYK
RGB Variations
Color information
#D5BEFF (or 0xD5BEFF) is known color: Fog. HEX triplet: D5, BE and FF. RGB value is (213,190,255). Sum of RGB (Red+Green+Blue) = 213+190+255=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEFF is #2A4100. Grayscale: #CCCCCC. Windows color (decimal): -2769153 or 16760533. OLE color: 16760533.
HSL color Cylindrical-coordinate representation of color #D5BEFF: hue angle of 261.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BEFF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 190 | 255 | - |
| CMYK | 0.16 | 0.25 | 0 | 0 |
| HSL | 261.23º | 1% | 0.87% | - |
| HSV(B) | 261.23º | 0.25% | 1% | - |
| XYZ | 63.9 | 58.19 | 102.47 | - |
| YUV | 204.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 255 | 0.16 | 0.25 | 0 | 0 | 261.23 | 1 | 0.87 |
| Hex | D5 | BE | FF | 10 | 19 | 0 | 0 | 105 | 64 | 57 |
| Octal | 325 | 276 | 377 | 20 | 31 | 0 | 0 | 405 | 144 | 127 |
| Binary | 11010101 | 10111110 | 11111111 | 10000 | 11001 | 0 | 0 | 100000101 | 1100100 | 1010111 |
Color Harmonies of #D5BEFF
Complementary color
Monochromatic Colors of #D5BEFF
Black with #D5BEFF
Text Example
Text Example
White with #D5BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEFF; }
p { color: rgb(213,190,255); }
H1.HeaderClassName
{
color: #D5BEFF;
}
.AnyTagClassName
{
color: #D5BEFF;
}
</style>
background-color css
<style>
a { background-color: #D5BEFF; }
a { background-color: rgb(213,190,255); }
div.DivClassName
{
background-color: #D5BEFF;
}
.BgClassName
{
background-color: #D5BEFF;
}
</style>
border-color css
<style>
span { border-color: #D5BEFF; }
span { border-color: rgb(213,190,255); }
td.TdClassName
{
border-color: #D5BEFF;
}
.TagClassName
{
border-color: #D5BEFF;
}
</style>