Shades of Prelude #CAADD9
Tints of Prelude #CAADD9
RGB
CMYK
RGB Variations
Color information
#CAADD9 (or 0xCAADD9) is known color: Prelude. HEX triplet: CA, AD and D9. RGB value is (202,173,217). Sum of RGB (Red+Green+Blue) = 202+173+217=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD9 is #355226. Grayscale: #BABABA. Windows color (decimal): -3494439 or 14265802. OLE color: 14265802.
HSL color Cylindrical-coordinate representation of color #CAADD9: hue angle of 279.55º 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 #CAADD9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 173 | 217 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.15 |
| HSL | 279.55º | 0.37% | 0.76% | - |
| HSV(B) | 279.55º | 0.2% | 0.85% | - |
| XYZ | 51.83 | 47.45 | 72.07 | - |
| YUV | 186.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 217 | 0.07 | 0.20 | 0 | 0.15 | 279.55 | 0.37 | 0.76 |
| Hex | CA | AD | D9 | 7 | 14 | 0 | F | 118 | 25 | 4C |
| Octal | 312 | 255 | 331 | 7 | 24 | 0 | 17 | 430 | 45 | 114 |
| Binary | 11001010 | 10101101 | 11011001 | 111 | 10100 | 0 | 1111 | 100011000 | 100101 | 1001100 |
Color Harmonies of #CAADD9
Complementary color
Monochromatic Colors of #CAADD9
Black with #CAADD9
Text Example
Text Example
White with #CAADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADD9; }
p { color: rgb(202,173,217); }
H1.HeaderClassName
{
color: #CAADD9;
}
.AnyTagClassName
{
color: #CAADD9;
}
</style>
background-color css
<style>
a { background-color: #CAADD9; }
a { background-color: rgb(202,173,217); }
div.DivClassName
{
background-color: #CAADD9;
}
.BgClassName
{
background-color: #CAADD9;
}
</style>
border-color css
<style>
span { border-color: #CAADD9; }
span { border-color: rgb(202,173,217); }
td.TdClassName
{
border-color: #CAADD9;
}
.TagClassName
{
border-color: #CAADD9;
}
</style>