Shades of Prelude #D4B7DC
Tints of Prelude #D4B7DC
RGB
CMYK
RGB Variations
Color information
#D4B7DC (or 0xD4B7DC) is known color: Prelude. HEX triplet: D4, B7 and DC. RGB value is (212,183,220). Sum of RGB (Red+Green+Blue) = 212+183+220=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B7DC is #2B4823. Grayscale: #C3C3C3. Windows color (decimal): -2836516 or 14464980. OLE color: 14464980.
HSL color Cylindrical-coordinate representation of color #D4B7DC: hue angle of 287.03º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B7DC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 183 | 220 | - |
CMYK | 0.04 | 0.17 | 0 | 0.14 |
HSL | 287.03º | 0.35% | 0.79% | - |
HSV(B) | 287.03º | 0.17% | 0.86% | - |
XYZ | 57 | 53.03 | 74.94 | - |
YUV | 195.89 | 141.61 | 139.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 183 | 220 | 0.04 | 0.17 | 0 | 0.14 | 287.03 | 0.35 | 0.79 |
Hex | D4 | B7 | DC | 4 | 11 | 0 | E | 11F | 23 | 4F |
Octal | 324 | 267 | 334 | 4 | 21 | 0 | 16 | 437 | 43 | 117 |
Binary | 11010100 | 10110111 | 11011100 | 100 | 10001 | 0 | 1110 | 100011111 | 100011 | 1001111 |
Color Harmonies of #D4B7DC
Complementary color
Monochromatic Colors of #D4B7DC
Black with #D4B7DC
Text Example
Text Example
White with #D4B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7DC; }
p { color: rgb(212,183,220); }
H1.HeaderClassName
{
color: #D4B7DC;
}
.AnyTagClassName
{
color: #D4B7DC;
}
</style>
background-color css
<style>
a { background-color: #D4B7DC; }
a { background-color: rgb(212,183,220); }
div.DivClassName
{
background-color: #D4B7DC;
}
.BgClassName
{
background-color: #D4B7DC;
}
</style>
border-color css
<style>
span { border-color: #D4B7DC; }
span { border-color: rgb(212,183,220); }
td.TdClassName
{
border-color: #D4B7DC;
}
.TagClassName
{
border-color: #D4B7DC;
}
</style>