Shades of Prelude #D0BFDD
Tints of Prelude #D0BFDD
RGB
CMYK
RGB Variations
Color information
#D0BFDD (or 0xD0BFDD) is known color: Prelude. HEX triplet: D0, BF and DD. RGB value is (208,191,221). Sum of RGB (Red+Green+Blue) = 208+191+221=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFDD is #2F4022. Grayscale: #C7C7C7. Windows color (decimal): -3096611 or 14532560. OLE color: 14532560.
HSL color Cylindrical-coordinate representation of color #D0BFDD: hue angle of 274º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BFDD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 191 | 221 | - |
CMYK | 0.06 | 0.14 | 0 | 0.13 |
HSL | 274º | 0.31% | 0.81% | - |
HSV(B) | 274º | 0.14% | 0.87% | - |
XYZ | 57.69 | 55.89 | 76.15 | - |
YUV | 199.5 | 140.13 | 134.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 191 | 221 | 0.06 | 0.14 | 0 | 0.13 | 274 | 0.31 | 0.81 |
Hex | D0 | BF | DD | 6 | E | 0 | D | 112 | 1F | 51 |
Octal | 320 | 277 | 335 | 6 | 16 | 0 | 15 | 422 | 37 | 121 |
Binary | 11010000 | 10111111 | 11011101 | 110 | 1110 | 0 | 1101 | 100010010 | 11111 | 1010001 |
Color Harmonies of #D0BFDD
Complementary color
Monochromatic Colors of #D0BFDD
Black with #D0BFDD
Text Example
Text Example
White with #D0BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFDD; }
p { color: rgb(208,191,221); }
H1.HeaderClassName
{
color: #D0BFDD;
}
.AnyTagClassName
{
color: #D0BFDD;
}
</style>
background-color css
<style>
a { background-color: #D0BFDD; }
a { background-color: rgb(208,191,221); }
div.DivClassName
{
background-color: #D0BFDD;
}
.BgClassName
{
background-color: #D0BFDD;
}
</style>
border-color css
<style>
span { border-color: #D0BFDD; }
span { border-color: rgb(208,191,221); }
td.TdClassName
{
border-color: #D0BFDD;
}
.TagClassName
{
border-color: #D0BFDD;
}
</style>