Shades of Fog #D4BFF2
Tints of Fog #D4BFF2
RGB
CMYK
RGB Variations
Color information
#D4BFF2 (or 0xD4BFF2) is known color: Fog. HEX triplet: D4, BF and F2. RGB value is (212,191,242). Sum of RGB (Red+Green+Blue) = 212+191+242=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 191 (75% from 255 or 29.61% 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 #D4BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFF2 is #2B400D. Grayscale: #CACACA. Windows color (decimal): -2834446 or 15908820. OLE color: 15908820.
HSL color Cylindrical-coordinate representation of color #D4BFF2: hue angle of 264.71º degrees, saturation: 0.66, 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 #D4BFF2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 191 | 242 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 264.71º | 0.66% | 0.85% | - |
| HSV(B) | 264.71º | 0.21% | 0.95% | - |
| XYZ | 61.81 | 57.67 | 91.88 | - |
| YUV | 203.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 242 | 0.12 | 0.21 | 0 | 0.05 | 264.71 | 0.66 | 0.85 |
| Hex | D4 | BF | F2 | C | 15 | 0 | 5 | 109 | 42 | 55 |
| Octal | 324 | 277 | 362 | 14 | 25 | 0 | 5 | 411 | 102 | 125 |
| Binary | 11010100 | 10111111 | 11110010 | 1100 | 10101 | 0 | 101 | 100001001 | 1000010 | 1010101 |
Color Harmonies of #D4BFF2
Complementary color
Monochromatic Colors of #D4BFF2
Black with #D4BFF2
Text Example
Text Example
White with #D4BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFF2; }
p { color: rgb(212,191,242); }
H1.HeaderClassName
{
color: #D4BFF2;
}
.AnyTagClassName
{
color: #D4BFF2;
}
</style>
background-color css
<style>
a { background-color: #D4BFF2; }
a { background-color: rgb(212,191,242); }
div.DivClassName
{
background-color: #D4BFF2;
}
.BgClassName
{
background-color: #D4BFF2;
}
</style>
border-color css
<style>
span { border-color: #D4BFF2; }
span { border-color: rgb(212,191,242); }
td.TdClassName
{
border-color: #D4BFF2;
}
.TagClassName
{
border-color: #D4BFF2;
}
</style>