Shades of Prelude #CAAAD6
Tints of Prelude #CAAAD6
RGB
CMYK
RGB Variations
Color information
#CAAAD6 (or 0xCAAAD6) is known color: Prelude. HEX triplet: CA, AA and D6. RGB value is (202,170,214). Sum of RGB (Red+Green+Blue) = 202+170+214=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD6 is #355529. Grayscale: #B8B8B8. Windows color (decimal): -3495210 or 14068426. OLE color: 14068426.
HSL color Cylindrical-coordinate representation of color #CAAAD6: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAAD6 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 170 | 214 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.16 |
| HSL | 283.64º | 0.35% | 0.75% | - |
| HSV(B) | 283.64º | 0.21% | 0.84% | - |
| XYZ | 50.87 | 46.16 | 69.85 | - |
| YUV | 184.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 214 | 0.06 | 0.21 | 0 | 0.16 | 283.64 | 0.35 | 0.75 |
| Hex | CA | AA | D6 | 6 | 15 | 0 | 10 | 11C | 23 | 4B |
| Octal | 312 | 252 | 326 | 6 | 25 | 0 | 20 | 434 | 43 | 113 |
| Binary | 11001010 | 10101010 | 11010110 | 110 | 10101 | 0 | 10000 | 100011100 | 100011 | 1001011 |
Color Harmonies of #CAAAD6
Complementary color
Monochromatic Colors of #CAAAD6
Black with #CAAAD6
Text Example
Text Example
White with #CAAAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD6; }
p { color: rgb(202,170,214); }
H1.HeaderClassName
{
color: #CAAAD6;
}
.AnyTagClassName
{
color: #CAAAD6;
}
</style>
background-color css
<style>
a { background-color: #CAAAD6; }
a { background-color: rgb(202,170,214); }
div.DivClassName
{
background-color: #CAAAD6;
}
.BgClassName
{
background-color: #CAAAD6;
}
</style>
border-color css
<style>
span { border-color: #CAAAD6; }
span { border-color: rgb(202,170,214); }
td.TdClassName
{
border-color: #CAAAD6;
}
.TagClassName
{
border-color: #CAAAD6;
}
</style>