Shades of Prelude #CDABDB
Tints of Prelude #CDABDB
RGB
CMYK
RGB Variations
Color information
#CDABDB (or 0xCDABDB) is known color: Prelude. HEX triplet: CD, AB and DB. RGB value is (205,171,219). Sum of RGB (Red+Green+Blue) = 205+171+219=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABDB is #325424. Grayscale: #BABABA. Windows color (decimal): -3298341 or 14396365. OLE color: 14396365.
HSL color Cylindrical-coordinate representation of color #CDABDB: hue angle of 282.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDABDB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 171 | 219 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.14 |
| HSL | 282.5º | 0.4% | 0.76% | - |
| HSV(B) | 282.5º | 0.22% | 0.86% | - |
| XYZ | 52.53 | 47.22 | 73.36 | - |
| YUV | 186.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 219 | 0.06 | 0.22 | 0 | 0.14 | 282.5 | 0.4 | 0.76 |
| Hex | CD | AB | DB | 6 | 16 | 0 | E | 11A | 28 | 4C |
| Octal | 315 | 253 | 333 | 6 | 26 | 0 | 16 | 432 | 50 | 114 |
| Binary | 11001101 | 10101011 | 11011011 | 110 | 10110 | 0 | 1110 | 100011010 | 101000 | 1001100 |
Color Harmonies of #CDABDB
Complementary color
Monochromatic Colors of #CDABDB
Black with #CDABDB
Text Example
Text Example
White with #CDABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABDB; }
p { color: rgb(205,171,219); }
H1.HeaderClassName
{
color: #CDABDB;
}
.AnyTagClassName
{
color: #CDABDB;
}
</style>
background-color css
<style>
a { background-color: #CDABDB; }
a { background-color: rgb(205,171,219); }
div.DivClassName
{
background-color: #CDABDB;
}
.BgClassName
{
background-color: #CDABDB;
}
</style>
border-color css
<style>
span { border-color: #CDABDB; }
span { border-color: rgb(205,171,219); }
td.TdClassName
{
border-color: #CDABDB;
}
.TagClassName
{
border-color: #CDABDB;
}
</style>