Shades of Fog #D4BCF3
Tints of Fog #D4BCF3
RGB
CMYK
RGB Variations
Color information
#D4BCF3 (or 0xD4BCF3) is known color: Fog. HEX triplet: D4, BC and F3. RGB value is (212,188,243). Sum of RGB (Red+Green+Blue) = 212+188+243=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCF3 is #2B430C. Grayscale: #C9C9C9. Windows color (decimal): -2835213 or 15973588. OLE color: 15973588.
HSL color Cylindrical-coordinate representation of color #D4BCF3: hue angle of 266.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BCF3 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 188 | 243 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.05 |
| HSL | 266.18º | 0.7% | 0.85% | - |
| HSV(B) | 266.18º | 0.23% | 0.95% | - |
| XYZ | 61.31 | 56.43 | 92.46 | - |
| YUV | 201.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 243 | 0.13 | 0.23 | 0 | 0.05 | 266.18 | 0.7 | 0.85 |
| Hex | D4 | BC | F3 | D | 17 | 0 | 5 | 10A | 46 | 55 |
| Octal | 324 | 274 | 363 | 15 | 27 | 0 | 5 | 412 | 106 | 125 |
| Binary | 11010100 | 10111100 | 11110011 | 1101 | 10111 | 0 | 101 | 100001010 | 1000110 | 1010101 |
Color Harmonies of #D4BCF3
Complementary color
Monochromatic Colors of #D4BCF3
Black with #D4BCF3
Text Example
Text Example
White with #D4BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCF3; }
p { color: rgb(212,188,243); }
H1.HeaderClassName
{
color: #D4BCF3;
}
.AnyTagClassName
{
color: #D4BCF3;
}
</style>
background-color css
<style>
a { background-color: #D4BCF3; }
a { background-color: rgb(212,188,243); }
div.DivClassName
{
background-color: #D4BCF3;
}
.BgClassName
{
background-color: #D4BCF3;
}
</style>
border-color css
<style>
span { border-color: #D4BCF3; }
span { border-color: rgb(212,188,243); }
td.TdClassName
{
border-color: #D4BCF3;
}
.TagClassName
{
border-color: #D4BCF3;
}
</style>