Shades of Fog #D4BFEF
Tints of Fog #D4BFEF
RGB
CMYK
RGB Variations
Color information
#D4BFEF (or 0xD4BFEF) is known color: Fog. HEX triplet: D4, BF and EF. RGB value is (212,191,239). Sum of RGB (Red+Green+Blue) = 212+191+239=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFEF is #2B4010. Grayscale: #CACACA. Windows color (decimal): -2834449 or 15712212. OLE color: 15712212.
HSL color Cylindrical-coordinate representation of color #D4BFEF: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BFEF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 191 | 239 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.06 |
| HSL | 266.25º | 0.6% | 0.84% | - |
| HSV(B) | 266.25º | 0.2% | 0.94% | - |
| XYZ | 61.36 | 57.49 | 89.52 | - |
| YUV | 202.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 239 | 0.11 | 0.20 | 0 | 0.06 | 266.25 | 0.6 | 0.84 |
| Hex | D4 | BF | EF | B | 14 | 0 | 6 | 10A | 3C | 54 |
| Octal | 324 | 277 | 357 | 13 | 24 | 0 | 6 | 412 | 74 | 124 |
| Binary | 11010100 | 10111111 | 11101111 | 1011 | 10100 | 0 | 110 | 100001010 | 111100 | 1010100 |
Color Harmonies of #D4BFEF
Complementary color
Monochromatic Colors of #D4BFEF
Black with #D4BFEF
Text Example
Text Example
White with #D4BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFEF; }
p { color: rgb(212,191,239); }
H1.HeaderClassName
{
color: #D4BFEF;
}
.AnyTagClassName
{
color: #D4BFEF;
}
</style>
background-color css
<style>
a { background-color: #D4BFEF; }
a { background-color: rgb(212,191,239); }
div.DivClassName
{
background-color: #D4BFEF;
}
.BgClassName
{
background-color: #D4BFEF;
}
</style>
border-color css
<style>
span { border-color: #D4BFEF; }
span { border-color: rgb(212,191,239); }
td.TdClassName
{
border-color: #D4BFEF;
}
.TagClassName
{
border-color: #D4BFEF;
}
</style>