Shades of Fog #D5BFF1
Tints of Fog #D5BFF1
RGB
CMYK
RGB Variations
Color information
#D5BFF1 (or 0xD5BFF1) is known color: Fog. HEX triplet: D5, BF and F1. RGB value is (213,191,241). Sum of RGB (Red+Green+Blue) = 213+191+241=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFF1 is #2A400E. Grayscale: #CBCBCB. Windows color (decimal): -2768911 or 15843285. OLE color: 15843285.
HSL color Cylindrical-coordinate representation of color #D5BFF1: hue angle of 266.4º degrees, saturation: 0.64, 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 #D5BFF1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 191 | 241 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 266.4º | 0.64% | 0.85% | - |
| HSV(B) | 266.4º | 0.21% | 0.95% | - |
| XYZ | 61.95 | 57.76 | 91.1 | - |
| YUV | 203.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 241 | 0.12 | 0.21 | 0 | 0.05 | 266.4 | 0.64 | 0.85 |
| Hex | D5 | BF | F1 | C | 15 | 0 | 5 | 10A | 40 | 55 |
| Octal | 325 | 277 | 361 | 14 | 25 | 0 | 5 | 412 | 100 | 125 |
| Binary | 11010101 | 10111111 | 11110001 | 1100 | 10101 | 0 | 101 | 100001010 | 1000000 | 1010101 |
Color Harmonies of #D5BFF1
Complementary color
Monochromatic Colors of #D5BFF1
Black with #D5BFF1
Text Example
Text Example
White with #D5BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFF1; }
p { color: rgb(213,191,241); }
H1.HeaderClassName
{
color: #D5BFF1;
}
.AnyTagClassName
{
color: #D5BFF1;
}
</style>
background-color css
<style>
a { background-color: #D5BFF1; }
a { background-color: rgb(213,191,241); }
div.DivClassName
{
background-color: #D5BFF1;
}
.BgClassName
{
background-color: #D5BFF1;
}
</style>
border-color css
<style>
span { border-color: #D5BFF1; }
span { border-color: rgb(213,191,241); }
td.TdClassName
{
border-color: #D5BFF1;
}
.TagClassName
{
border-color: #D5BFF1;
}
</style>