Shades of Fog #D4BFED
Tints of Fog #D4BFED
RGB
CMYK
RGB Variations
Color information
#D4BFED (or 0xD4BFED) is known color: Fog. HEX triplet: D4, BF and ED. RGB value is (212,191,237). Sum of RGB (Red+Green+Blue) = 212+191+237=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFED is #2B4012. Grayscale: #CACACA. Windows color (decimal): -2834451 or 15581140. OLE color: 15581140.
HSL color Cylindrical-coordinate representation of color #D4BFED: hue angle of 267.39º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BFED is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 191 | 237 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.07 |
| HSL | 267.39º | 0.56% | 0.84% | - |
| HSV(B) | 267.39º | 0.19% | 0.93% | - |
| XYZ | 61.07 | 57.37 | 87.98 | - |
| YUV | 202.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 237 | 0.11 | 0.19 | 0 | 0.07 | 267.39 | 0.56 | 0.84 |
| Hex | D4 | BF | ED | B | 13 | 0 | 7 | 10B | 38 | 54 |
| Octal | 324 | 277 | 355 | 13 | 23 | 0 | 7 | 413 | 70 | 124 |
| Binary | 11010100 | 10111111 | 11101101 | 1011 | 10011 | 0 | 111 | 100001011 | 111000 | 1010100 |
Color Harmonies of #D4BFED
Complementary color
Monochromatic Colors of #D4BFED
Black with #D4BFED
Text Example
Text Example
White with #D4BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFED; }
p { color: rgb(212,191,237); }
H1.HeaderClassName
{
color: #D4BFED;
}
.AnyTagClassName
{
color: #D4BFED;
}
</style>
background-color css
<style>
a { background-color: #D4BFED; }
a { background-color: rgb(212,191,237); }
div.DivClassName
{
background-color: #D4BFED;
}
.BgClassName
{
background-color: #D4BFED;
}
</style>
border-color css
<style>
span { border-color: #D4BFED; }
span { border-color: rgb(212,191,237); }
td.TdClassName
{
border-color: #D4BFED;
}
.TagClassName
{
border-color: #D4BFED;
}
</style>