Shades of Prelude #CAA9D1
Tints of Prelude #CAA9D1
RGB
CMYK
RGB Variations
Color information
#CAA9D1 (or 0xCAA9D1) is known color: Prelude. HEX triplet: CA, A9 and D1. RGB value is (202,169,209). Sum of RGB (Red+Green+Blue) = 202+169+209=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9D1 is #35562E. Grayscale: #B7B7B7. Windows color (decimal): -3495471 or 13740490. OLE color: 13740490.
HSL color Cylindrical-coordinate representation of color #CAA9D1: hue angle of 289.5º 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 #CAA9D1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 169 | 209 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 289.5º | 0.3% | 0.74% | - |
| HSV(B) | 289.5º | 0.19% | 0.82% | - |
| XYZ | 50.05 | 45.54 | 66.47 | - |
| YUV | 183.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 209 | 0.03 | 0.19 | 0 | 0.18 | 289.5 | 0.3 | 0.74 |
| Hex | CA | A9 | D1 | 3 | 13 | 0 | 12 | 122 | 1E | 4A |
| Octal | 312 | 251 | 321 | 3 | 23 | 0 | 22 | 442 | 36 | 112 |
| Binary | 11001010 | 10101001 | 11010001 | 11 | 10011 | 0 | 10010 | 100100010 | 11110 | 1001010 |
Color Harmonies of #CAA9D1
Complementary color
Monochromatic Colors of #CAA9D1
Black with #CAA9D1
Text Example
Text Example
White with #CAA9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9D1; }
p { color: rgb(202,169,209); }
H1.HeaderClassName
{
color: #CAA9D1;
}
.AnyTagClassName
{
color: #CAA9D1;
}
</style>
background-color css
<style>
a { background-color: #CAA9D1; }
a { background-color: rgb(202,169,209); }
div.DivClassName
{
background-color: #CAA9D1;
}
.BgClassName
{
background-color: #CAA9D1;
}
</style>
border-color css
<style>
span { border-color: #CAA9D1; }
span { border-color: rgb(202,169,209); }
td.TdClassName
{
border-color: #CAA9D1;
}
.TagClassName
{
border-color: #CAA9D1;
}
</style>