Shades of Prelude #CAAED5
Tints of Prelude #CAAED5
RGB
CMYK
RGB Variations
Color information
#CAAED5 (or 0xCAAED5) is known color: Prelude. HEX triplet: CA, AE and D5. RGB value is (202,174,213). Sum of RGB (Red+Green+Blue) = 202+174+213=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED5 is #35512A. Grayscale: #BABABA. Windows color (decimal): -3494187 or 14003914. OLE color: 14003914.
HSL color Cylindrical-coordinate representation of color #CAAED5: hue angle of 283.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAAED5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 174 | 213 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 283.08º | 0.32% | 0.76% | - |
| HSV(B) | 283.08º | 0.18% | 0.84% | - |
| XYZ | 51.5 | 47.63 | 69.43 | - |
| YUV | 186.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 213 | 0.05 | 0.18 | 0 | 0.16 | 283.08 | 0.32 | 0.76 |
| Hex | CA | AE | D5 | 5 | 12 | 0 | 10 | 11B | 20 | 4C |
| Octal | 312 | 256 | 325 | 5 | 22 | 0 | 20 | 433 | 40 | 114 |
| Binary | 11001010 | 10101110 | 11010101 | 101 | 10010 | 0 | 10000 | 100011011 | 100000 | 1001100 |
Color Harmonies of #CAAED5
Complementary color
Monochromatic Colors of #CAAED5
Black with #CAAED5
Text Example
Text Example
White with #CAAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED5; }
p { color: rgb(202,174,213); }
H1.HeaderClassName
{
color: #CAAED5;
}
.AnyTagClassName
{
color: #CAAED5;
}
</style>
background-color css
<style>
a { background-color: #CAAED5; }
a { background-color: rgb(202,174,213); }
div.DivClassName
{
background-color: #CAAED5;
}
.BgClassName
{
background-color: #CAAED5;
}
</style>
border-color css
<style>
span { border-color: #CAAED5; }
span { border-color: rgb(202,174,213); }
td.TdClassName
{
border-color: #CAAED5;
}
.TagClassName
{
border-color: #CAAED5;
}
</style>