Shades of Prelude #CDBEDB
Tints of Prelude #CDBEDB
RGB
CMYK
RGB Variations
Color information
#CDBEDB (or 0xCDBEDB) is known color: Prelude. HEX triplet: CD, BE and DB. RGB value is (205,190,219). Sum of RGB (Red+Green+Blue) = 205+190+219=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEDB is #324124. Grayscale: #C5C5C5. Windows color (decimal): -3293477 or 14401229. OLE color: 14401229.
HSL color Cylindrical-coordinate representation of color #CDBEDB: hue angle of 271.03º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDBEDB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 190 | 219 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 271.03º | 0.29% | 0.8% | - |
| HSV(B) | 271.03º | 0.13% | 0.86% | - |
| XYZ | 56.38 | 54.92 | 74.65 | - |
| YUV | 197.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 219 | 0.06 | 0.13 | 0 | 0.14 | 271.03 | 0.29 | 0.8 |
| Hex | CD | BE | DB | 6 | D | 0 | E | 10F | 1D | 50 |
| Octal | 315 | 276 | 333 | 6 | 15 | 0 | 16 | 417 | 35 | 120 |
| Binary | 11001101 | 10111110 | 11011011 | 110 | 1101 | 0 | 1110 | 100001111 | 11101 | 1010000 |
Color Harmonies of #CDBEDB
Complementary color
Monochromatic Colors of #CDBEDB
Black with #CDBEDB
Text Example
Text Example
White with #CDBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEDB; }
p { color: rgb(205,190,219); }
H1.HeaderClassName
{
color: #CDBEDB;
}
.AnyTagClassName
{
color: #CDBEDB;
}
</style>
background-color css
<style>
a { background-color: #CDBEDB; }
a { background-color: rgb(205,190,219); }
div.DivClassName
{
background-color: #CDBEDB;
}
.BgClassName
{
background-color: #CDBEDB;
}
</style>
border-color css
<style>
span { border-color: #CDBEDB; }
span { border-color: rgb(205,190,219); }
td.TdClassName
{
border-color: #CDBEDB;
}
.TagClassName
{
border-color: #CDBEDB;
}
</style>