Shades of Prelude #D0BEDA
Tints of Prelude #D0BEDA
RGB
CMYK
RGB Variations
Color information
#D0BEDA (or 0xD0BEDA) is known color: Prelude. HEX triplet: D0, BE and DA. RGB value is (208,190,218). Sum of RGB (Red+Green+Blue) = 208+190+218=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEDA is #2F4125. Grayscale: #C6C6C6. Windows color (decimal): -3096870 or 14335696. OLE color: 14335696.
HSL color Cylindrical-coordinate representation of color #D0BEDA: hue angle of 278.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0BEDA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 190 | 218 | - |
CMYK | 0.05 | 0.13 | 0 | 0.15 |
HSL | 278.57º | 0.27% | 0.8% | - |
HSV(B) | 278.57º | 0.13% | 0.85% | - |
XYZ | 57.08 | 55.3 | 73.99 | - |
YUV | 198.57 | 138.96 | 134.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 190 | 218 | 0.05 | 0.13 | 0 | 0.15 | 278.57 | 0.27 | 0.8 |
Hex | D0 | BE | DA | 5 | D | 0 | F | 117 | 1B | 50 |
Octal | 320 | 276 | 332 | 5 | 15 | 0 | 17 | 427 | 33 | 120 |
Binary | 11010000 | 10111110 | 11011010 | 101 | 1101 | 0 | 1111 | 100010111 | 11011 | 1010000 |
Color Harmonies of #D0BEDA
Complementary color
Monochromatic Colors of #D0BEDA
Black with #D0BEDA
Text Example
Text Example
White with #D0BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEDA; }
p { color: rgb(208,190,218); }
H1.HeaderClassName
{
color: #D0BEDA;
}
.AnyTagClassName
{
color: #D0BEDA;
}
</style>
background-color css
<style>
a { background-color: #D0BEDA; }
a { background-color: rgb(208,190,218); }
div.DivClassName
{
background-color: #D0BEDA;
}
.BgClassName
{
background-color: #D0BEDA;
}
</style>
border-color css
<style>
span { border-color: #D0BEDA; }
span { border-color: rgb(208,190,218); }
td.TdClassName
{
border-color: #D0BEDA;
}
.TagClassName
{
border-color: #D0BEDA;
}
</style>