Shades of Prelude #CDBADB
Tints of Prelude #CDBADB
RGB
CMYK
RGB Variations
Color information
#CDBADB (or 0xCDBADB) is known color: Prelude. HEX triplet: CD, BA and DB. RGB value is (205,186,219). Sum of RGB (Red+Green+Blue) = 205+186+219=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADB is #324524. Grayscale: #C3C3C3. Windows color (decimal): -3294501 or 14400205. OLE color: 14400205.
HSL color Cylindrical-coordinate representation of color #CDBADB: hue angle of 274.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDBADB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 186 | 219 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.14 |
| HSL | 274.55º | 0.31% | 0.79% | - |
| HSV(B) | 274.55º | 0.15% | 0.86% | - |
| XYZ | 55.52 | 53.21 | 74.36 | - |
| YUV | 195.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 219 | 0.06 | 0.15 | 0 | 0.14 | 274.55 | 0.31 | 0.79 |
| Hex | CD | BA | DB | 6 | F | 0 | E | 113 | 1F | 4F |
| Octal | 315 | 272 | 333 | 6 | 17 | 0 | 16 | 423 | 37 | 117 |
| Binary | 11001101 | 10111010 | 11011011 | 110 | 1111 | 0 | 1110 | 100010011 | 11111 | 1001111 |
Color Harmonies of #CDBADB
Complementary color
Monochromatic Colors of #CDBADB
Black with #CDBADB
Text Example
Text Example
White with #CDBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBADB; }
p { color: rgb(205,186,219); }
H1.HeaderClassName
{
color: #CDBADB;
}
.AnyTagClassName
{
color: #CDBADB;
}
</style>
background-color css
<style>
a { background-color: #CDBADB; }
a { background-color: rgb(205,186,219); }
div.DivClassName
{
background-color: #CDBADB;
}
.BgClassName
{
background-color: #CDBADB;
}
</style>
border-color css
<style>
span { border-color: #CDBADB; }
span { border-color: rgb(205,186,219); }
td.TdClassName
{
border-color: #CDBADB;
}
.TagClassName
{
border-color: #CDBADB;
}
</style>