Shades of Prelude #CDBADD
Tints of Prelude #CDBADD
RGB
CMYK
RGB Variations
Color information
#CDBADD (or 0xCDBADD) is known color: Prelude. HEX triplet: CD, BA and DD. RGB value is (205,186,221). Sum of RGB (Red+Green+Blue) = 205+186+221=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADD is #324522. Grayscale: #C3C3C3. Windows color (decimal): -3294499 or 14531277. OLE color: 14531277.
HSL color Cylindrical-coordinate representation of color #CDBADD: hue angle of 272.57º degrees, saturation: 0.34, 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 #CDBADD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 186 | 221 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 272.57º | 0.34% | 0.8% | - |
| HSV(B) | 272.57º | 0.16% | 0.87% | - |
| XYZ | 55.79 | 53.32 | 75.76 | - |
| YUV | 195.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 221 | 0.07 | 0.16 | 0 | 0.13 | 272.57 | 0.34 | 0.8 |
| Hex | CD | BA | DD | 7 | 10 | 0 | D | 111 | 22 | 50 |
| Octal | 315 | 272 | 335 | 7 | 20 | 0 | 15 | 421 | 42 | 120 |
| Binary | 11001101 | 10111010 | 11011101 | 111 | 10000 | 0 | 1101 | 100010001 | 100010 | 1010000 |
Color Harmonies of #CDBADD
Complementary color
Monochromatic Colors of #CDBADD
Black with #CDBADD
Text Example
Text Example
White with #CDBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBADD; }
p { color: rgb(205,186,221); }
H1.HeaderClassName
{
color: #CDBADD;
}
.AnyTagClassName
{
color: #CDBADD;
}
</style>
background-color css
<style>
a { background-color: #CDBADD; }
a { background-color: rgb(205,186,221); }
div.DivClassName
{
background-color: #CDBADD;
}
.BgClassName
{
background-color: #CDBADD;
}
</style>
border-color css
<style>
span { border-color: #CDBADD; }
span { border-color: rgb(205,186,221); }
td.TdClassName
{
border-color: #CDBADD;
}
.TagClassName
{
border-color: #CDBADD;
}
</style>