Shades of Prelude #D0BBDF
Tints of Prelude #D0BBDF
RGB
CMYK
RGB Variations
Color information
#D0BBDF (or 0xD0BBDF) is known color: Prelude. HEX triplet: D0, BB and DF. RGB value is (208,187,223). Sum of RGB (Red+Green+Blue) = 208+187+223=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBDF is #2F4420. Grayscale: #C5C5C5. Windows color (decimal): -3097633 or 14662608. OLE color: 14662608.
HSL color Cylindrical-coordinate representation of color #D0BBDF: hue angle of 275º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BBDF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 187 | 223 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 275º | 0.36% | 0.8% | - |
| HSV(B) | 275º | 0.16% | 0.87% | - |
| XYZ | 57.1 | 54.28 | 77.28 | - |
| YUV | 197.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 223 | 0.07 | 0.16 | 0 | 0.13 | 275 | 0.36 | 0.8 |
| Hex | D0 | BB | DF | 7 | 10 | 0 | D | 113 | 24 | 50 |
| Octal | 320 | 273 | 337 | 7 | 20 | 0 | 15 | 423 | 44 | 120 |
| Binary | 11010000 | 10111011 | 11011111 | 111 | 10000 | 0 | 1101 | 100010011 | 100100 | 1010000 |
Color Harmonies of #D0BBDF
Complementary color
Monochromatic Colors of #D0BBDF
Black with #D0BBDF
Text Example
Text Example
White with #D0BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBDF; }
p { color: rgb(208,187,223); }
H1.HeaderClassName
{
color: #D0BBDF;
}
.AnyTagClassName
{
color: #D0BBDF;
}
</style>
background-color css
<style>
a { background-color: #D0BBDF; }
a { background-color: rgb(208,187,223); }
div.DivClassName
{
background-color: #D0BBDF;
}
.BgClassName
{
background-color: #D0BBDF;
}
</style>
border-color css
<style>
span { border-color: #D0BBDF; }
span { border-color: rgb(208,187,223); }
td.TdClassName
{
border-color: #D0BBDF;
}
.TagClassName
{
border-color: #D0BBDF;
}
</style>