Shades of Prelude #D1BDDF
Tints of Prelude #D1BDDF
RGB
CMYK
RGB Variations
Color information
#D1BDDF (or 0xD1BDDF) is known color: Prelude. HEX triplet: D1, BD and DF. RGB value is (209,189,223). Sum of RGB (Red+Green+Blue) = 209+189+223=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDDF is #2E4220. Grayscale: #C6C6C6. Windows color (decimal): -3031585 or 14663121. OLE color: 14663121.
HSL color Cylindrical-coordinate representation of color #D1BDDF: hue angle of 275.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BDDF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 189 | 223 | - |
CMYK | 0.06 | 0.15 | 0 | 0.13 |
HSL | 275.29º | 0.35% | 0.81% | - |
HSV(B) | 275.29º | 0.15% | 0.87% | - |
XYZ | 57.81 | 55.28 | 77.43 | - |
YUV | 198.86 | 141.63 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 189 | 223 | 0.06 | 0.15 | 0 | 0.13 | 275.29 | 0.35 | 0.81 |
Hex | D1 | BD | DF | 6 | F | 0 | D | 113 | 23 | 51 |
Octal | 321 | 275 | 337 | 6 | 17 | 0 | 15 | 423 | 43 | 121 |
Binary | 11010001 | 10111101 | 11011111 | 110 | 1111 | 0 | 1101 | 100010011 | 100011 | 1010001 |
Color Harmonies of #D1BDDF
Complementary color
Monochromatic Colors of #D1BDDF
Black with #D1BDDF
Text Example
Text Example
White with #D1BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDDF; }
p { color: rgb(209,189,223); }
H1.HeaderClassName
{
color: #D1BDDF;
}
.AnyTagClassName
{
color: #D1BDDF;
}
</style>
background-color css
<style>
a { background-color: #D1BDDF; }
a { background-color: rgb(209,189,223); }
div.DivClassName
{
background-color: #D1BDDF;
}
.BgClassName
{
background-color: #D1BDDF;
}
</style>
border-color css
<style>
span { border-color: #D1BDDF; }
span { border-color: rgb(209,189,223); }
td.TdClassName
{
border-color: #D1BDDF;
}
.TagClassName
{
border-color: #D1BDDF;
}
</style>