Shades of Prelude #D0BEDC
Tints of Prelude #D0BEDC
RGB
CMYK
RGB Variations
Color information
#D0BEDC (or 0xD0BEDC) is known color: Prelude. HEX triplet: D0, BE and DC. RGB value is (208,190,220). Sum of RGB (Red+Green+Blue) = 208+190+220=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEDC is #2F4123. Grayscale: #C6C6C6. Windows color (decimal): -3096868 or 14466768. OLE color: 14466768.
HSL color Cylindrical-coordinate representation of color #D0BEDC: hue angle of 276º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BEDC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 190 | 220 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.14 |
| HSL | 276º | 0.3% | 0.8% | - |
| HSV(B) | 276º | 0.14% | 0.86% | - |
| XYZ | 57.34 | 55.4 | 75.38 | - |
| YUV | 198.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 220 | 0.05 | 0.14 | 0 | 0.14 | 276 | 0.3 | 0.8 |
| Hex | D0 | BE | DC | 5 | E | 0 | E | 114 | 1E | 50 |
| Octal | 320 | 276 | 334 | 5 | 16 | 0 | 16 | 424 | 36 | 120 |
| Binary | 11010000 | 10111110 | 11011100 | 101 | 1110 | 0 | 1110 | 100010100 | 11110 | 1010000 |
Color Harmonies of #D0BEDC
Complementary color
Monochromatic Colors of #D0BEDC
Black with #D0BEDC
Text Example
Text Example
White with #D0BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEDC; }
p { color: rgb(208,190,220); }
H1.HeaderClassName
{
color: #D0BEDC;
}
.AnyTagClassName
{
color: #D0BEDC;
}
</style>
background-color css
<style>
a { background-color: #D0BEDC; }
a { background-color: rgb(208,190,220); }
div.DivClassName
{
background-color: #D0BEDC;
}
.BgClassName
{
background-color: #D0BEDC;
}
</style>
border-color css
<style>
span { border-color: #D0BEDC; }
span { border-color: rgb(208,190,220); }
td.TdClassName
{
border-color: #D0BEDC;
}
.TagClassName
{
border-color: #D0BEDC;
}
</style>