Shades of Prelude #D9B5E7
Tints of Prelude #D9B5E7
RGB
CMYK
RGB Variations
Color information
#D9B5E7 (or 0xD9B5E7) is known color: Prelude. HEX triplet: D9, B5 and E7. RGB value is (217,181,231). Sum of RGB (Red+Green+Blue) = 217+181+231=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9B5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5E7 is #264A18. Grayscale: #C5C5C5. Windows color (decimal): -2509337 or 15185369. OLE color: 15185369.
HSL color Cylindrical-coordinate representation of color #D9B5E7: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B5E7 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 181 | 231 | - |
CMYK | 0.06 | 0.22 | 0 | 0.09 |
HSL | 283.2º | 0.51% | 0.81% | - |
HSV(B) | 283.2º | 0.22% | 0.91% | - |
XYZ | 59.56 | 53.57 | 82.8 | - |
YUV | 197.46 | 146.93 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 181 | 231 | 0.06 | 0.22 | 0 | 0.09 | 283.2 | 0.51 | 0.81 |
Hex | D9 | B5 | E7 | 6 | 16 | 0 | 9 | 11B | 33 | 51 |
Octal | 331 | 265 | 347 | 6 | 26 | 0 | 11 | 433 | 63 | 121 |
Binary | 11011001 | 10110101 | 11100111 | 110 | 10110 | 0 | 1001 | 100011011 | 110011 | 1010001 |
Color Harmonies of #D9B5E7
Complementary color
Monochromatic Colors of #D9B5E7
Black with #D9B5E7
Text Example
Text Example
White with #D9B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5E7; }
p { color: rgb(217,181,231); }
H1.HeaderClassName
{
color: #D9B5E7;
}
.AnyTagClassName
{
color: #D9B5E7;
}
</style>
background-color css
<style>
a { background-color: #D9B5E7; }
a { background-color: rgb(217,181,231); }
div.DivClassName
{
background-color: #D9B5E7;
}
.BgClassName
{
background-color: #D9B5E7;
}
</style>
border-color css
<style>
span { border-color: #D9B5E7; }
span { border-color: rgb(217,181,231); }
td.TdClassName
{
border-color: #D9B5E7;
}
.TagClassName
{
border-color: #D9B5E7;
}
</style>