Shades of Fog #D4BFF1
Tints of Fog #D4BFF1
RGB
CMYK
RGB Variations
Color information
#D4BFF1 (or 0xD4BFF1) is known color: Fog. HEX triplet: D4, BF and F1. RGB value is (212,191,241). Sum of RGB (Red+Green+Blue) = 212+191+241=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFF1 is #2B400E. Grayscale: #CACACA. Windows color (decimal): -2834447 or 15843284. OLE color: 15843284.
HSL color Cylindrical-coordinate representation of color #D4BFF1: hue angle of 265.2º 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 #D4BFF1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 191 | 241 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 265.2º | 0.64% | 0.85% | - |
| HSV(B) | 265.2º | 0.21% | 0.95% | - |
| XYZ | 61.66 | 57.61 | 91.09 | - |
| YUV | 202.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 241 | 0.12 | 0.21 | 0 | 0.05 | 265.2 | 0.64 | 0.85 |
| Hex | D4 | BF | F1 | C | 15 | 0 | 5 | 109 | 40 | 55 |
| Octal | 324 | 277 | 361 | 14 | 25 | 0 | 5 | 411 | 100 | 125 |
| Binary | 11010100 | 10111111 | 11110001 | 1100 | 10101 | 0 | 101 | 100001001 | 1000000 | 1010101 |
Color Harmonies of #D4BFF1
Complementary color
Monochromatic Colors of #D4BFF1
Black with #D4BFF1
Text Example
Text Example
White with #D4BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFF1; }
p { color: rgb(212,191,241); }
H1.HeaderClassName
{
color: #D4BFF1;
}
.AnyTagClassName
{
color: #D4BFF1;
}
</style>
background-color css
<style>
a { background-color: #D4BFF1; }
a { background-color: rgb(212,191,241); }
div.DivClassName
{
background-color: #D4BFF1;
}
.BgClassName
{
background-color: #D4BFF1;
}
</style>
border-color css
<style>
span { border-color: #D4BFF1; }
span { border-color: rgb(212,191,241); }
td.TdClassName
{
border-color: #D4BFF1;
}
.TagClassName
{
border-color: #D4BFF1;
}
</style>