Shades of Prelude #CAAED6
Tints of Prelude #CAAED6
RGB
CMYK
RGB Variations
Color information
#CAAED6 (or 0xCAAED6) is known color: Prelude. HEX triplet: CA, AE and D6. RGB value is (202,174,214). Sum of RGB (Red+Green+Blue) = 202+174+214=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED6 is #355129. Grayscale: #BABABA. Windows color (decimal): -3494186 or 14069450. OLE color: 14069450.
HSL color Cylindrical-coordinate representation of color #CAAED6: hue angle of 282º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAED6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 174 | 214 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.16 |
| HSL | 282º | 0.33% | 0.76% | - |
| HSV(B) | 282º | 0.19% | 0.84% | - |
| XYZ | 51.63 | 47.68 | 70.1 | - |
| YUV | 186.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 214 | 0.06 | 0.19 | 0 | 0.16 | 282 | 0.33 | 0.76 |
| Hex | CA | AE | D6 | 6 | 13 | 0 | 10 | 11A | 21 | 4C |
| Octal | 312 | 256 | 326 | 6 | 23 | 0 | 20 | 432 | 41 | 114 |
| Binary | 11001010 | 10101110 | 11010110 | 110 | 10011 | 0 | 10000 | 100011010 | 100001 | 1001100 |
Color Harmonies of #CAAED6
Complementary color
Monochromatic Colors of #CAAED6
Black with #CAAED6
Text Example
Text Example
White with #CAAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED6; }
p { color: rgb(202,174,214); }
H1.HeaderClassName
{
color: #CAAED6;
}
.AnyTagClassName
{
color: #CAAED6;
}
</style>
background-color css
<style>
a { background-color: #CAAED6; }
a { background-color: rgb(202,174,214); }
div.DivClassName
{
background-color: #CAAED6;
}
.BgClassName
{
background-color: #CAAED6;
}
</style>
border-color css
<style>
span { border-color: #CAAED6; }
span { border-color: rgb(202,174,214); }
td.TdClassName
{
border-color: #CAAED6;
}
.TagClassName
{
border-color: #CAAED6;
}
</style>