Shades of Prelude #CDADDD
Tints of Prelude #CDADDD
RGB
CMYK
RGB Variations
Color information
#CDADDD (or 0xCDADDD) is known color: Prelude. HEX triplet: CD, AD and DD. RGB value is (205,173,221). Sum of RGB (Red+Green+Blue) = 205+173+221=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDD is #325222. Grayscale: #BBBBBB. Windows color (decimal): -3297827 or 14527949. OLE color: 14527949.
HSL color Cylindrical-coordinate representation of color #CDADDD: hue angle of 280º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDADDD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 173 | 221 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.13 |
| HSL | 280º | 0.41% | 0.77% | - |
| HSV(B) | 280º | 0.22% | 0.87% | - |
| XYZ | 53.17 | 48.09 | 74.89 | - |
| YUV | 188.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 221 | 0.07 | 0.22 | 0 | 0.13 | 280 | 0.41 | 0.77 |
| Hex | CD | AD | DD | 7 | 16 | 0 | D | 118 | 29 | 4D |
| Octal | 315 | 255 | 335 | 7 | 26 | 0 | 15 | 430 | 51 | 115 |
| Binary | 11001101 | 10101101 | 11011101 | 111 | 10110 | 0 | 1101 | 100011000 | 101001 | 1001101 |
Color Harmonies of #CDADDD
Complementary color
Monochromatic Colors of #CDADDD
Black with #CDADDD
Text Example
Text Example
White with #CDADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADDD; }
p { color: rgb(205,173,221); }
H1.HeaderClassName
{
color: #CDADDD;
}
.AnyTagClassName
{
color: #CDADDD;
}
</style>
background-color css
<style>
a { background-color: #CDADDD; }
a { background-color: rgb(205,173,221); }
div.DivClassName
{
background-color: #CDADDD;
}
.BgClassName
{
background-color: #CDADDD;
}
</style>
border-color css
<style>
span { border-color: #CDADDD; }
span { border-color: rgb(205,173,221); }
td.TdClassName
{
border-color: #CDADDD;
}
.TagClassName
{
border-color: #CDADDD;
}
</style>