Shades of Prelude #CDADD9
Tints of Prelude #CDADD9
RGB
CMYK
RGB Variations
Color information
#CDADD9 (or 0xCDADD9) is known color: Prelude. HEX triplet: CD, AD and D9. RGB value is (205,173,217). Sum of RGB (Red+Green+Blue) = 205+173+217=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD9 is #325226. Grayscale: #BBBBBB. Windows color (decimal): -3297831 or 14265805. OLE color: 14265805.
HSL color Cylindrical-coordinate representation of color #CDADD9: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDADD9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 173 | 217 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.15 |
| HSL | 283.64º | 0.37% | 0.76% | - |
| HSV(B) | 283.64º | 0.2% | 0.85% | - |
| XYZ | 52.64 | 47.88 | 72.11 | - |
| YUV | 187.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 217 | 0.06 | 0.20 | 0 | 0.15 | 283.64 | 0.37 | 0.76 |
| Hex | CD | AD | D9 | 6 | 14 | 0 | F | 11C | 25 | 4C |
| Octal | 315 | 255 | 331 | 6 | 24 | 0 | 17 | 434 | 45 | 114 |
| Binary | 11001101 | 10101101 | 11011001 | 110 | 10100 | 0 | 1111 | 100011100 | 100101 | 1001100 |
Color Harmonies of #CDADD9
Complementary color
Monochromatic Colors of #CDADD9
Black with #CDADD9
Text Example
Text Example
White with #CDADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADD9; }
p { color: rgb(205,173,217); }
H1.HeaderClassName
{
color: #CDADD9;
}
.AnyTagClassName
{
color: #CDADD9;
}
</style>
background-color css
<style>
a { background-color: #CDADD9; }
a { background-color: rgb(205,173,217); }
div.DivClassName
{
background-color: #CDADD9;
}
.BgClassName
{
background-color: #CDADD9;
}
</style>
border-color css
<style>
span { border-color: #CDADD9; }
span { border-color: rgb(205,173,217); }
td.TdClassName
{
border-color: #CDADD9;
}
.TagClassName
{
border-color: #CDADD9;
}
</style>