Shades of Fog #D4BDF4
Tints of Fog #D4BDF4
RGB
CMYK
RGB Variations
Color information
#D4BDF4 (or 0xD4BDF4) is known color: Fog. HEX triplet: D4, BD and F4. RGB value is (212,189,244). Sum of RGB (Red+Green+Blue) = 212+189+244=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #D4BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF4 is #2B420B. Grayscale: #C9C9C9. Windows color (decimal): -2834956 or 16039380. OLE color: 16039380.
HSL color Cylindrical-coordinate representation of color #D4BDF4: hue angle of 265.09º degrees, saturation: 0.71, 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 #D4BDF4 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 212 | 189 | 244 | - |
CMYK | 0.13 | 0.23 | 0 | 0.04 |
HSL | 265.09º | 0.71% | 0.85% | - |
HSV(B) | 265.09º | 0.23% | 0.96% | - |
XYZ | 61.68 | 56.92 | 93.32 | - |
YUV | 202.15 | 151.62 | 135.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 189 | 244 | 0.13 | 0.23 | 0 | 0.04 | 265.09 | 0.71 | 0.85 |
Hex | D4 | BD | F4 | D | 17 | 0 | 4 | 109 | 47 | 55 |
Octal | 324 | 275 | 364 | 15 | 27 | 0 | 4 | 411 | 107 | 125 |
Binary | 11010100 | 10111101 | 11110100 | 1101 | 10111 | 0 | 100 | 100001001 | 1000111 | 1010101 |
Color Harmonies of #D4BDF4
Complementary color
Monochromatic Colors of #D4BDF4
Black with #D4BDF4
Text Example
Text Example
White with #D4BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF4; }
p { color: rgb(212,189,244); }
H1.HeaderClassName
{
color: #D4BDF4;
}
.AnyTagClassName
{
color: #D4BDF4;
}
</style>
background-color css
<style>
a { background-color: #D4BDF4; }
a { background-color: rgb(212,189,244); }
div.DivClassName
{
background-color: #D4BDF4;
}
.BgClassName
{
background-color: #D4BDF4;
}
</style>
border-color css
<style>
span { border-color: #D4BDF4; }
span { border-color: rgb(212,189,244); }
td.TdClassName
{
border-color: #D4BDF4;
}
.TagClassName
{
border-color: #D4BDF4;
}
</style>