Shades of Prelude #CAAAD1
Tints of Prelude #CAAAD1
RGB
CMYK
RGB Variations
Color information
#CAAAD1 (or 0xCAAAD1) is known color: Prelude. HEX triplet: CA, AA and D1. RGB value is (202,170,209). Sum of RGB (Red+Green+Blue) = 202+170+209=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD1 is #35552E. Grayscale: #B7B7B7. Windows color (decimal): -3495215 or 13740746. OLE color: 13740746.
HSL color Cylindrical-coordinate representation of color #CAAAD1: hue angle of 289.23º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAAD1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 170 | 209 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 289.23º | 0.3% | 0.74% | - |
| HSV(B) | 289.23º | 0.19% | 0.82% | - |
| XYZ | 50.24 | 45.91 | 66.54 | - |
| YUV | 184.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 209 | 0.03 | 0.19 | 0 | 0.18 | 289.23 | 0.3 | 0.74 |
| Hex | CA | AA | D1 | 3 | 13 | 0 | 12 | 121 | 1E | 4A |
| Octal | 312 | 252 | 321 | 3 | 23 | 0 | 22 | 441 | 36 | 112 |
| Binary | 11001010 | 10101010 | 11010001 | 11 | 10011 | 0 | 10010 | 100100001 | 11110 | 1001010 |
Color Harmonies of #CAAAD1
Complementary color
Monochromatic Colors of #CAAAD1
Black with #CAAAD1
Text Example
Text Example
White with #CAAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD1; }
p { color: rgb(202,170,209); }
H1.HeaderClassName
{
color: #CAAAD1;
}
.AnyTagClassName
{
color: #CAAAD1;
}
</style>
background-color css
<style>
a { background-color: #CAAAD1; }
a { background-color: rgb(202,170,209); }
div.DivClassName
{
background-color: #CAAAD1;
}
.BgClassName
{
background-color: #CAAAD1;
}
</style>
border-color css
<style>
span { border-color: #CAAAD1; }
span { border-color: rgb(202,170,209); }
td.TdClassName
{
border-color: #CAAAD1;
}
.TagClassName
{
border-color: #CAAAD1;
}
</style>