Shades of Prelude #CDB3DD
Tints of Prelude #CDB3DD
RGB
CMYK
RGB Variations
Color information
#CDB3DD (or 0xCDB3DD) is known color: Prelude. HEX triplet: CD, B3 and DD. RGB value is (205,179,221). Sum of RGB (Red+Green+Blue) = 205+179+221=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3DD is #324C22. Grayscale: #BFBFBF. Windows color (decimal): -3296291 or 14529485. OLE color: 14529485.
HSL color Cylindrical-coordinate representation of color #CDB3DD: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB3DD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 179 | 221 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 277.14º | 0.38% | 0.78% | - |
| HSV(B) | 277.14º | 0.19% | 0.87% | - |
| XYZ | 54.35 | 50.44 | 75.28 | - |
| YUV | 191.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 221 | 0.07 | 0.19 | 0 | 0.13 | 277.14 | 0.38 | 0.78 |
| Hex | CD | B3 | DD | 7 | 13 | 0 | D | 115 | 26 | 4E |
| Octal | 315 | 263 | 335 | 7 | 23 | 0 | 15 | 425 | 46 | 116 |
| Binary | 11001101 | 10110011 | 11011101 | 111 | 10011 | 0 | 1101 | 100010101 | 100110 | 1001110 |
Color Harmonies of #CDB3DD
Complementary color
Monochromatic Colors of #CDB3DD
Black with #CDB3DD
Text Example
Text Example
White with #CDB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3DD; }
p { color: rgb(205,179,221); }
H1.HeaderClassName
{
color: #CDB3DD;
}
.AnyTagClassName
{
color: #CDB3DD;
}
</style>
background-color css
<style>
a { background-color: #CDB3DD; }
a { background-color: rgb(205,179,221); }
div.DivClassName
{
background-color: #CDB3DD;
}
.BgClassName
{
background-color: #CDB3DD;
}
</style>
border-color css
<style>
span { border-color: #CDB3DD; }
span { border-color: rgb(205,179,221); }
td.TdClassName
{
border-color: #CDB3DD;
}
.TagClassName
{
border-color: #CDB3DD;
}
</style>