Shades of Prelude #D4B9DA
Tints of Prelude #D4B9DA
RGB
CMYK
RGB Variations
Color information
#D4B9DA (or 0xD4B9DA) is known color: Prelude. HEX triplet: D4, B9 and DA. RGB value is (212,185,218). Sum of RGB (Red+Green+Blue) = 212+185+218=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9DA is #2B4625. Grayscale: #C4C4C4. Windows color (decimal): -2836006 or 14334420. OLE color: 14334420.
HSL color Cylindrical-coordinate representation of color #D4B9DA: hue angle of 289.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B9DA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 185 | 218 | - |
CMYK | 0.03 | 0.15 | 0 | 0.15 |
HSL | 289.09º | 0.31% | 0.79% | - |
HSV(B) | 289.09º | 0.15% | 0.85% | - |
XYZ | 57.16 | 53.76 | 73.69 | - |
YUV | 196.84 | 139.95 | 138.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 185 | 218 | 0.03 | 0.15 | 0 | 0.15 | 289.09 | 0.31 | 0.79 |
Hex | D4 | B9 | DA | 3 | F | 0 | F | 121 | 1F | 4F |
Octal | 324 | 271 | 332 | 3 | 17 | 0 | 17 | 441 | 37 | 117 |
Binary | 11010100 | 10111001 | 11011010 | 11 | 1111 | 0 | 1111 | 100100001 | 11111 | 1001111 |
Color Harmonies of #D4B9DA
Complementary color
Monochromatic Colors of #D4B9DA
Black with #D4B9DA
Text Example
Text Example
White with #D4B9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9DA; }
p { color: rgb(212,185,218); }
H1.HeaderClassName
{
color: #D4B9DA;
}
.AnyTagClassName
{
color: #D4B9DA;
}
</style>
background-color css
<style>
a { background-color: #D4B9DA; }
a { background-color: rgb(212,185,218); }
div.DivClassName
{
background-color: #D4B9DA;
}
.BgClassName
{
background-color: #D4B9DA;
}
</style>
border-color css
<style>
span { border-color: #D4B9DA; }
span { border-color: rgb(212,185,218); }
td.TdClassName
{
border-color: #D4B9DA;
}
.TagClassName
{
border-color: #D4B9DA;
}
</style>