Shades of Prelude #CDBBDD
Tints of Prelude #CDBBDD
RGB
CMYK
RGB Variations
Color information
#CDBBDD (or 0xCDBBDD) is known color: Prelude. HEX triplet: CD, BB and DD. RGB value is (205,187,221). Sum of RGB (Red+Green+Blue) = 205+187+221=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBDD is #324422. Grayscale: #C4C4C4. Windows color (decimal): -3294243 or 14531533. OLE color: 14531533.
HSL color Cylindrical-coordinate representation of color #CDBBDD: hue angle of 271.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDBBDD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 187 | 221 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 271.76º | 0.33% | 0.8% | - |
| HSV(B) | 271.76º | 0.15% | 0.87% | - |
| XYZ | 56 | 53.74 | 75.83 | - |
| YUV | 196.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 221 | 0.07 | 0.15 | 0 | 0.13 | 271.76 | 0.33 | 0.8 |
| Hex | CD | BB | DD | 7 | F | 0 | D | 110 | 21 | 50 |
| Octal | 315 | 273 | 335 | 7 | 17 | 0 | 15 | 420 | 41 | 120 |
| Binary | 11001101 | 10111011 | 11011101 | 111 | 1111 | 0 | 1101 | 100010000 | 100001 | 1010000 |
Color Harmonies of #CDBBDD
Complementary color
Monochromatic Colors of #CDBBDD
Black with #CDBBDD
Text Example
Text Example
White with #CDBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBDD; }
p { color: rgb(205,187,221); }
H1.HeaderClassName
{
color: #CDBBDD;
}
.AnyTagClassName
{
color: #CDBBDD;
}
</style>
background-color css
<style>
a { background-color: #CDBBDD; }
a { background-color: rgb(205,187,221); }
div.DivClassName
{
background-color: #CDBBDD;
}
.BgClassName
{
background-color: #CDBBDD;
}
</style>
border-color css
<style>
span { border-color: #CDBBDD; }
span { border-color: rgb(205,187,221); }
td.TdClassName
{
border-color: #CDBBDD;
}
.TagClassName
{
border-color: #CDBBDD;
}
</style>