Shades of Prelude #CDB9DD
Tints of Prelude #CDB9DD
RGB
CMYK
RGB Variations
Color information
#CDB9DD (or 0xCDB9DD) is known color: Prelude. HEX triplet: CD, B9 and DD. RGB value is (205,185,221). Sum of RGB (Red+Green+Blue) = 205+185+221=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9DD is #324622. Grayscale: #C2C2C2. Windows color (decimal): -3294755 or 14531021. OLE color: 14531021.
HSL color Cylindrical-coordinate representation of color #CDB9DD: hue angle of 273.33º degrees, saturation: 0.35, 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 #CDB9DD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 185 | 221 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 273.33º | 0.35% | 0.8% | - |
| HSV(B) | 273.33º | 0.16% | 0.87% | - |
| XYZ | 55.58 | 52.9 | 75.69 | - |
| YUV | 195.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 221 | 0.07 | 0.16 | 0 | 0.13 | 273.33 | 0.35 | 0.8 |
| Hex | CD | B9 | DD | 7 | 10 | 0 | D | 111 | 23 | 50 |
| Octal | 315 | 271 | 335 | 7 | 20 | 0 | 15 | 421 | 43 | 120 |
| Binary | 11001101 | 10111001 | 11011101 | 111 | 10000 | 0 | 1101 | 100010001 | 100011 | 1010000 |
Color Harmonies of #CDB9DD
Complementary color
Monochromatic Colors of #CDB9DD
Black with #CDB9DD
Text Example
Text Example
White with #CDB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9DD; }
p { color: rgb(205,185,221); }
H1.HeaderClassName
{
color: #CDB9DD;
}
.AnyTagClassName
{
color: #CDB9DD;
}
</style>
background-color css
<style>
a { background-color: #CDB9DD; }
a { background-color: rgb(205,185,221); }
div.DivClassName
{
background-color: #CDB9DD;
}
.BgClassName
{
background-color: #CDB9DD;
}
</style>
border-color css
<style>
span { border-color: #CDB9DD; }
span { border-color: rgb(205,185,221); }
td.TdClassName
{
border-color: #CDB9DD;
}
.TagClassName
{
border-color: #CDB9DD;
}
</style>