Shades of Fog #D4BCF0
Tints of Fog #D4BCF0
RGB
CMYK
RGB Variations
Color information
#D4BCF0 (or 0xD4BCF0) is known color: Fog. HEX triplet: D4, BC and F0. RGB value is (212,188,240). Sum of RGB (Red+Green+Blue) = 212+188+240=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCF0 is #2B430F. Grayscale: #C8C8C8. Windows color (decimal): -2835216 or 15776980. OLE color: 15776980.
HSL color Cylindrical-coordinate representation of color #D4BCF0: hue angle of 267.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BCF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 188 | 240 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 267.69º | 0.63% | 0.84% | - |
| HSV(B) | 267.69º | 0.22% | 0.94% | - |
| XYZ | 60.86 | 56.25 | 90.09 | - |
| YUV | 201.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 240 | 0.12 | 0.22 | 0 | 0.06 | 267.69 | 0.63 | 0.84 |
| Hex | D4 | BC | F0 | C | 16 | 0 | 6 | 10C | 3F | 54 |
| Octal | 324 | 274 | 360 | 14 | 26 | 0 | 6 | 414 | 77 | 124 |
| Binary | 11010100 | 10111100 | 11110000 | 1100 | 10110 | 0 | 110 | 100001100 | 111111 | 1010100 |
Color Harmonies of #D4BCF0
Complementary color
Monochromatic Colors of #D4BCF0
Black with #D4BCF0
Text Example
Text Example
White with #D4BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCF0; }
p { color: rgb(212,188,240); }
H1.HeaderClassName
{
color: #D4BCF0;
}
.AnyTagClassName
{
color: #D4BCF0;
}
</style>
background-color css
<style>
a { background-color: #D4BCF0; }
a { background-color: rgb(212,188,240); }
div.DivClassName
{
background-color: #D4BCF0;
}
.BgClassName
{
background-color: #D4BCF0;
}
</style>
border-color css
<style>
span { border-color: #D4BCF0; }
span { border-color: rgb(212,188,240); }
td.TdClassName
{
border-color: #D4BCF0;
}
.TagClassName
{
border-color: #D4BCF0;
}
</style>