Shades of Fog #D4BDF0
Tints of Fog #D4BDF0
RGB
CMYK
RGB Variations
Color information
#D4BDF0 (or 0xD4BDF0) is known color: Fog. HEX triplet: D4, BD and F0. RGB value is (212,189,240). Sum of RGB (Red+Green+Blue) = 212+189+240=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF0 is #2B420F. Grayscale: #C9C9C9. Windows color (decimal): -2834960 or 15777236. OLE color: 15777236.
HSL color Cylindrical-coordinate representation of color #D4BDF0: hue angle of 267.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4BDF0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 189 | 240 | - |
CMYK | 0.12 | 0.21 | 0 | 0.06 |
HSL | 267.06º | 0.63% | 0.84% | - |
HSV(B) | 267.06º | 0.21% | 0.94% | - |
XYZ | 61.08 | 56.68 | 90.16 | - |
YUV | 201.69 | 149.62 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 189 | 240 | 0.12 | 0.21 | 0 | 0.06 | 267.06 | 0.63 | 0.84 |
Hex | D4 | BD | F0 | C | 15 | 0 | 6 | 10B | 3F | 54 |
Octal | 324 | 275 | 360 | 14 | 25 | 0 | 6 | 413 | 77 | 124 |
Binary | 11010100 | 10111101 | 11110000 | 1100 | 10101 | 0 | 110 | 100001011 | 111111 | 1010100 |
Color Harmonies of #D4BDF0
Complementary color
Monochromatic Colors of #D4BDF0
Black with #D4BDF0
Text Example
Text Example
White with #D4BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF0; }
p { color: rgb(212,189,240); }
H1.HeaderClassName
{
color: #D4BDF0;
}
.AnyTagClassName
{
color: #D4BDF0;
}
</style>
background-color css
<style>
a { background-color: #D4BDF0; }
a { background-color: rgb(212,189,240); }
div.DivClassName
{
background-color: #D4BDF0;
}
.BgClassName
{
background-color: #D4BDF0;
}
</style>
border-color css
<style>
span { border-color: #D4BDF0; }
span { border-color: rgb(212,189,240); }
td.TdClassName
{
border-color: #D4BDF0;
}
.TagClassName
{
border-color: #D4BDF0;
}
</style>