Shades of Prelude #D4BDDB
Tints of Prelude #D4BDDB
RGB
CMYK
RGB Variations
Color information
#D4BDDB (or 0xD4BDDB) is known color: Prelude. HEX triplet: D4, BD and DB. RGB value is (212,189,219). Sum of RGB (Red+Green+Blue) = 212+189+219=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDDB is #2B4224. Grayscale: #C7C7C7. Windows color (decimal): -2834981 or 14400980. OLE color: 14400980.
HSL color Cylindrical-coordinate representation of color #D4BDDB: hue angle of 286º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BDDB is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 189 | 219 | - |
CMYK | 0.03 | 0.14 | 0 | 0.14 |
HSL | 286º | 0.29% | 0.8% | - |
HSV(B) | 286º | 0.14% | 0.86% | - |
XYZ | 58.14 | 55.51 | 74.67 | - |
YUV | 199.3 | 139.12 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 189 | 219 | 0.03 | 0.14 | 0 | 0.14 | 286 | 0.29 | 0.8 |
Hex | D4 | BD | DB | 3 | E | 0 | E | 11E | 1D | 50 |
Octal | 324 | 275 | 333 | 3 | 16 | 0 | 16 | 436 | 35 | 120 |
Binary | 11010100 | 10111101 | 11011011 | 11 | 1110 | 0 | 1110 | 100011110 | 11101 | 1010000 |
Color Harmonies of #D4BDDB
Complementary color
Monochromatic Colors of #D4BDDB
Black with #D4BDDB
Text Example
Text Example
White with #D4BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDDB; }
p { color: rgb(212,189,219); }
H1.HeaderClassName
{
color: #D4BDDB;
}
.AnyTagClassName
{
color: #D4BDDB;
}
</style>
background-color css
<style>
a { background-color: #D4BDDB; }
a { background-color: rgb(212,189,219); }
div.DivClassName
{
background-color: #D4BDDB;
}
.BgClassName
{
background-color: #D4BDDB;
}
</style>
border-color css
<style>
span { border-color: #D4BDDB; }
span { border-color: rgb(212,189,219); }
td.TdClassName
{
border-color: #D4BDDB;
}
.TagClassName
{
border-color: #D4BDDB;
}
</style>