Shades of Prelude #CDACD4
Tints of Prelude #CDACD4
RGB
CMYK
RGB Variations
Color information
#CDACD4 (or 0xCDACD4) is known color: Prelude. HEX triplet: CD, AC and D4. RGB value is (205,172,212). Sum of RGB (Red+Green+Blue) = 205+172+212=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD4 is #32532B. Grayscale: #BABABA. Windows color (decimal): -3298092 or 13937869. OLE color: 13937869.
HSL color Cylindrical-coordinate representation of color #CDACD4: hue angle of 289.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDACD4 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 172 | 212 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.17 |
| HSL | 289.5º | 0.32% | 0.75% | - |
| HSV(B) | 289.5º | 0.19% | 0.83% | - |
| XYZ | 51.81 | 47.24 | 68.67 | - |
| YUV | 186.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 212 | 0.03 | 0.19 | 0 | 0.17 | 289.5 | 0.32 | 0.75 |
| Hex | CD | AC | D4 | 3 | 13 | 0 | 11 | 122 | 20 | 4B |
| Octal | 315 | 254 | 324 | 3 | 23 | 0 | 21 | 442 | 40 | 113 |
| Binary | 11001101 | 10101100 | 11010100 | 11 | 10011 | 0 | 10001 | 100100010 | 100000 | 1001011 |
Color Harmonies of #CDACD4
Complementary color
Monochromatic Colors of #CDACD4
Black with #CDACD4
Text Example
Text Example
White with #CDACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACD4; }
p { color: rgb(205,172,212); }
H1.HeaderClassName
{
color: #CDACD4;
}
.AnyTagClassName
{
color: #CDACD4;
}
</style>
background-color css
<style>
a { background-color: #CDACD4; }
a { background-color: rgb(205,172,212); }
div.DivClassName
{
background-color: #CDACD4;
}
.BgClassName
{
background-color: #CDACD4;
}
</style>
border-color css
<style>
span { border-color: #CDACD4; }
span { border-color: rgb(205,172,212); }
td.TdClassName
{
border-color: #CDACD4;
}
.TagClassName
{
border-color: #CDACD4;
}
</style>