Shades of Prelude #CDACD5
Tints of Prelude #CDACD5
RGB
CMYK
RGB Variations
Color information
#CDACD5 (or 0xCDACD5) is known color: Prelude. HEX triplet: CD, AC and D5. RGB value is (205,172,213). Sum of RGB (Red+Green+Blue) = 205+172+213=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD5 is #32532A. Grayscale: #BABABA. Windows color (decimal): -3298091 or 14003405. OLE color: 14003405.
HSL color Cylindrical-coordinate representation of color #CDACD5: hue angle of 288.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDACD5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 172 | 213 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.16 |
| HSL | 288.29º | 0.33% | 0.75% | - |
| HSV(B) | 288.29º | 0.19% | 0.84% | - |
| XYZ | 51.94 | 47.29 | 69.34 | - |
| YUV | 186.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 213 | 0.04 | 0.19 | 0 | 0.16 | 288.29 | 0.33 | 0.75 |
| Hex | CD | AC | D5 | 4 | 13 | 0 | 10 | 120 | 21 | 4B |
| Octal | 315 | 254 | 325 | 4 | 23 | 0 | 20 | 440 | 41 | 113 |
| Binary | 11001101 | 10101100 | 11010101 | 100 | 10011 | 0 | 10000 | 100100000 | 100001 | 1001011 |
Color Harmonies of #CDACD5
Complementary color
Monochromatic Colors of #CDACD5
Black with #CDACD5
Text Example
Text Example
White with #CDACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACD5; }
p { color: rgb(205,172,213); }
H1.HeaderClassName
{
color: #CDACD5;
}
.AnyTagClassName
{
color: #CDACD5;
}
</style>
background-color css
<style>
a { background-color: #CDACD5; }
a { background-color: rgb(205,172,213); }
div.DivClassName
{
background-color: #CDACD5;
}
.BgClassName
{
background-color: #CDACD5;
}
</style>
border-color css
<style>
span { border-color: #CDACD5; }
span { border-color: rgb(205,172,213); }
td.TdClassName
{
border-color: #CDACD5;
}
.TagClassName
{
border-color: #CDACD5;
}
</style>