Shades of Prelude #D4C0DB
Tints of Prelude #D4C0DB
RGB
CMYK
RGB Variations
Color information
#D4C0DB (or 0xD4C0DB) is known color: Prelude. HEX triplet: D4, C0 and DB. RGB value is (212,192,219). Sum of RGB (Red+Green+Blue) = 212+192+219=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0DB is #2B3F24. Grayscale: #C8C8C8. Windows color (decimal): -2834213 or 14401748. OLE color: 14401748.
HSL color Cylindrical-coordinate representation of color #D4C0DB: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C0DB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 192 | 219 | - |
CMYK | 0.03 | 0.12 | 0 | 0.14 |
HSL | 284.44º | 0.27% | 0.81% | - |
HSV(B) | 284.44º | 0.12% | 0.86% | - |
XYZ | 58.79 | 56.81 | 74.89 | - |
YUV | 201.06 | 138.13 | 135.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 192 | 219 | 0.03 | 0.12 | 0 | 0.14 | 284.44 | 0.27 | 0.81 |
Hex | D4 | C0 | DB | 3 | C | 0 | E | 11C | 1B | 51 |
Octal | 324 | 300 | 333 | 3 | 14 | 0 | 16 | 434 | 33 | 121 |
Binary | 11010100 | 11000000 | 11011011 | 11 | 1100 | 0 | 1110 | 100011100 | 11011 | 1010001 |
Color Harmonies of #D4C0DB
Complementary color
Monochromatic Colors of #D4C0DB
Black with #D4C0DB
Text Example
Text Example
White with #D4C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0DB; }
p { color: rgb(212,192,219); }
H1.HeaderClassName
{
color: #D4C0DB;
}
.AnyTagClassName
{
color: #D4C0DB;
}
</style>
background-color css
<style>
a { background-color: #D4C0DB; }
a { background-color: rgb(212,192,219); }
div.DivClassName
{
background-color: #D4C0DB;
}
.BgClassName
{
background-color: #D4C0DB;
}
</style>
border-color css
<style>
span { border-color: #D4C0DB; }
span { border-color: rgb(212,192,219); }
td.TdClassName
{
border-color: #D4C0DB;
}
.TagClassName
{
border-color: #D4C0DB;
}
</style>