Shades of Prelude #CAA9D2
Tints of Prelude #CAA9D2
RGB
CMYK
RGB Variations
Color information
#CAA9D2 (or 0xCAA9D2) is known color: Prelude. HEX triplet: CA, A9 and D2. RGB value is (202,169,210). Sum of RGB (Red+Green+Blue) = 202+169+210=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9D2 is #35562D. Grayscale: #B7B7B7. Windows color (decimal): -3495470 or 13806026. OLE color: 13806026.
HSL color Cylindrical-coordinate representation of color #CAA9D2: hue angle of 288.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA9D2 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 169 | 210 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.18 |
| HSL | 288.29º | 0.31% | 0.74% | - |
| HSV(B) | 288.29º | 0.2% | 0.82% | - |
| XYZ | 50.18 | 45.59 | 67.13 | - |
| YUV | 183.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 210 | 0.04 | 0.20 | 0 | 0.18 | 288.29 | 0.31 | 0.74 |
| Hex | CA | A9 | D2 | 4 | 14 | 0 | 12 | 120 | 1F | 4A |
| Octal | 312 | 251 | 322 | 4 | 24 | 0 | 22 | 440 | 37 | 112 |
| Binary | 11001010 | 10101001 | 11010010 | 100 | 10100 | 0 | 10010 | 100100000 | 11111 | 1001010 |
Color Harmonies of #CAA9D2
Complementary color
Monochromatic Colors of #CAA9D2
Black with #CAA9D2
Text Example
Text Example
White with #CAA9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9D2; }
p { color: rgb(202,169,210); }
H1.HeaderClassName
{
color: #CAA9D2;
}
.AnyTagClassName
{
color: #CAA9D2;
}
</style>
background-color css
<style>
a { background-color: #CAA9D2; }
a { background-color: rgb(202,169,210); }
div.DivClassName
{
background-color: #CAA9D2;
}
.BgClassName
{
background-color: #CAA9D2;
}
</style>
border-color css
<style>
span { border-color: #CAA9D2; }
span { border-color: rgb(202,169,210); }
td.TdClassName
{
border-color: #CAA9D2;
}
.TagClassName
{
border-color: #CAA9D2;
}
</style>