Shades of Prelude #CAAED9
Tints of Prelude #CAAED9
RGB
CMYK
RGB Variations
Color information
#CAAED9 (or 0xCAAED9) is known color: Prelude. HEX triplet: CA, AE and D9. RGB value is (202,174,217). Sum of RGB (Red+Green+Blue) = 202+174+217=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED9 is #355126. Grayscale: #BBBBBB. Windows color (decimal): -3494183 or 14266058. OLE color: 14266058.
HSL color Cylindrical-coordinate representation of color #CAAED9: hue angle of 279.07º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAAED9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 174 | 217 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.15 |
| HSL | 279.07º | 0.36% | 0.77% | - |
| HSV(B) | 279.07º | 0.2% | 0.85% | - |
| XYZ | 52.02 | 47.84 | 72.14 | - |
| YUV | 187.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 217 | 0.07 | 0.20 | 0 | 0.15 | 279.07 | 0.36 | 0.77 |
| Hex | CA | AE | D9 | 7 | 14 | 0 | F | 117 | 24 | 4D |
| Octal | 312 | 256 | 331 | 7 | 24 | 0 | 17 | 427 | 44 | 115 |
| Binary | 11001010 | 10101110 | 11011001 | 111 | 10100 | 0 | 1111 | 100010111 | 100100 | 1001101 |
Color Harmonies of #CAAED9
Complementary color
Monochromatic Colors of #CAAED9
Black with #CAAED9
Text Example
Text Example
White with #CAAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED9; }
p { color: rgb(202,174,217); }
H1.HeaderClassName
{
color: #CAAED9;
}
.AnyTagClassName
{
color: #CAAED9;
}
</style>
background-color css
<style>
a { background-color: #CAAED9; }
a { background-color: rgb(202,174,217); }
div.DivClassName
{
background-color: #CAAED9;
}
.BgClassName
{
background-color: #CAAED9;
}
</style>
border-color css
<style>
span { border-color: #CAAED9; }
span { border-color: rgb(202,174,217); }
td.TdClassName
{
border-color: #CAAED9;
}
.TagClassName
{
border-color: #CAAED9;
}
</style>