Shades of Prelude #CDADD2
Tints of Prelude #CDADD2
RGB
CMYK
RGB Variations
Color information
#CDADD2 (or 0xCDADD2) is known color: Prelude. HEX triplet: CD, AD and D2. RGB value is (205,173,210). Sum of RGB (Red+Green+Blue) = 205+173+210=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD2 is #32522D. Grayscale: #BABABA. Windows color (decimal): -3297838 or 13807053. OLE color: 13807053.
HSL color Cylindrical-coordinate representation of color #CDADD2: hue angle of 291.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 173 | 210 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.18 |
| HSL | 291.89º | 0.29% | 0.75% | - |
| HSV(B) | 291.89º | 0.18% | 0.82% | - |
| XYZ | 51.75 | 47.52 | 67.42 | - |
| YUV | 186.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 210 | 0.02 | 0.18 | 0 | 0.18 | 291.89 | 0.29 | 0.75 |
| Hex | CD | AD | D2 | 2 | 12 | 0 | 12 | 124 | 1D | 4B |
| Octal | 315 | 255 | 322 | 2 | 22 | 0 | 22 | 444 | 35 | 113 |
| Binary | 11001101 | 10101101 | 11010010 | 10 | 10010 | 0 | 10010 | 100100100 | 11101 | 1001011 |
Color Harmonies of #CDADD2
Complementary color
Monochromatic Colors of #CDADD2
Black with #CDADD2
Text Example
Text Example
White with #CDADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADD2; }
p { color: rgb(205,173,210); }
H1.HeaderClassName
{
color: #CDADD2;
}
.AnyTagClassName
{
color: #CDADD2;
}
</style>
background-color css
<style>
a { background-color: #CDADD2; }
a { background-color: rgb(205,173,210); }
div.DivClassName
{
background-color: #CDADD2;
}
.BgClassName
{
background-color: #CDADD2;
}
</style>
border-color css
<style>
span { border-color: #CDADD2; }
span { border-color: rgb(205,173,210); }
td.TdClassName
{
border-color: #CDADD2;
}
.TagClassName
{
border-color: #CDADD2;
}
</style>