Shades of Fog #D4BDFB
Tints of Fog #D4BDFB
RGB
CMYK
RGB Variations
Color information
#D4BDFB (or 0xD4BDFB) is known color: Fog. HEX triplet: D4, BD and FB. RGB value is (212,189,251). Sum of RGB (Red+Green+Blue) = 212+189+251=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDFB is #2B4204. Grayscale: #CACACA. Windows color (decimal): -2834949 or 16498132. OLE color: 16498132.
HSL color Cylindrical-coordinate representation of color #D4BDFB: hue angle of 262.26º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BDFB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 189 | 251 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.02 |
| HSL | 262.26º | 0.89% | 0.86% | - |
| HSV(B) | 262.26º | 0.25% | 0.98% | - |
| XYZ | 62.76 | 57.36 | 99.03 | - |
| YUV | 202.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 251 | 0.16 | 0.25 | 0 | 0.02 | 262.26 | 0.89 | 0.86 |
| Hex | D4 | BD | FB | 10 | 19 | 0 | 2 | 106 | 59 | 56 |
| Octal | 324 | 275 | 373 | 20 | 31 | 0 | 2 | 406 | 131 | 126 |
| Binary | 11010100 | 10111101 | 11111011 | 10000 | 11001 | 0 | 10 | 100000110 | 1011001 | 1010110 |
Color Harmonies of #D4BDFB
Complementary color
Monochromatic Colors of #D4BDFB
Black with #D4BDFB
Text Example
Text Example
White with #D4BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDFB; }
p { color: rgb(212,189,251); }
H1.HeaderClassName
{
color: #D4BDFB;
}
.AnyTagClassName
{
color: #D4BDFB;
}
</style>
background-color css
<style>
a { background-color: #D4BDFB; }
a { background-color: rgb(212,189,251); }
div.DivClassName
{
background-color: #D4BDFB;
}
.BgClassName
{
background-color: #D4BDFB;
}
</style>
border-color css
<style>
span { border-color: #D4BDFB; }
span { border-color: rgb(212,189,251); }
td.TdClassName
{
border-color: #D4BDFB;
}
.TagClassName
{
border-color: #D4BDFB;
}
</style>