Shades of Fog #D4BDF5
Tints of Fog #D4BDF5
RGB
CMYK
RGB Variations
Color information
#D4BDF5 (or 0xD4BDF5) is known color: Fog. HEX triplet: D4, BD and F5. RGB value is (212,189,245). Sum of RGB (Red+Green+Blue) = 212+189+245=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF5 is #2B420A. Grayscale: #CACACA. Windows color (decimal): -2834955 or 16104916. OLE color: 16104916.
HSL color Cylindrical-coordinate representation of color #D4BDF5: hue angle of 264.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BDF5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 189 | 245 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.04 |
| HSL | 264.64º | 0.74% | 0.85% | - |
| HSV(B) | 264.64º | 0.23% | 0.96% | - |
| XYZ | 61.83 | 56.98 | 94.13 | - |
| YUV | 202.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 245 | 0.13 | 0.23 | 0 | 0.04 | 264.64 | 0.74 | 0.85 |
| Hex | D4 | BD | F5 | D | 17 | 0 | 4 | 109 | 4A | 55 |
| Octal | 324 | 275 | 365 | 15 | 27 | 0 | 4 | 411 | 112 | 125 |
| Binary | 11010100 | 10111101 | 11110101 | 1101 | 10111 | 0 | 100 | 100001001 | 1001010 | 1010101 |
Color Harmonies of #D4BDF5
Complementary color
Monochromatic Colors of #D4BDF5
Black with #D4BDF5
Text Example
Text Example
White with #D4BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF5; }
p { color: rgb(212,189,245); }
H1.HeaderClassName
{
color: #D4BDF5;
}
.AnyTagClassName
{
color: #D4BDF5;
}
</style>
background-color css
<style>
a { background-color: #D4BDF5; }
a { background-color: rgb(212,189,245); }
div.DivClassName
{
background-color: #D4BDF5;
}
.BgClassName
{
background-color: #D4BDF5;
}
</style>
border-color css
<style>
span { border-color: #D4BDF5; }
span { border-color: rgb(212,189,245); }
td.TdClassName
{
border-color: #D4BDF5;
}
.TagClassName
{
border-color: #D4BDF5;
}
</style>