Shades of Prelude #CAABD1
Tints of Prelude #CAABD1
RGB
CMYK
RGB Variations
Color information
#CAABD1 (or 0xCAABD1) is known color: Prelude. HEX triplet: CA, AB and D1. RGB value is (202,171,209). Sum of RGB (Red+Green+Blue) = 202+171+209=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD1 is #35542E. Grayscale: #B8B8B8. Windows color (decimal): -3494959 or 13741002. OLE color: 13741002.
HSL color Cylindrical-coordinate representation of color #CAABD1: hue angle of 288.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAABD1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 171 | 209 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.18 |
| HSL | 288.95º | 0.29% | 0.75% | - |
| HSV(B) | 288.95º | 0.18% | 0.82% | - |
| XYZ | 50.43 | 46.29 | 66.6 | - |
| YUV | 184.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 209 | 0.03 | 0.18 | 0 | 0.18 | 288.95 | 0.29 | 0.75 |
| Hex | CA | AB | D1 | 3 | 12 | 0 | 12 | 121 | 1D | 4B |
| Octal | 312 | 253 | 321 | 3 | 22 | 0 | 22 | 441 | 35 | 113 |
| Binary | 11001010 | 10101011 | 11010001 | 11 | 10010 | 0 | 10010 | 100100001 | 11101 | 1001011 |
Color Harmonies of #CAABD1
Complementary color
Monochromatic Colors of #CAABD1
Black with #CAABD1
Text Example
Text Example
White with #CAABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABD1; }
p { color: rgb(202,171,209); }
H1.HeaderClassName
{
color: #CAABD1;
}
.AnyTagClassName
{
color: #CAABD1;
}
</style>
background-color css
<style>
a { background-color: #CAABD1; }
a { background-color: rgb(202,171,209); }
div.DivClassName
{
background-color: #CAABD1;
}
.BgClassName
{
background-color: #CAABD1;
}
</style>
border-color css
<style>
span { border-color: #CAABD1; }
span { border-color: rgb(202,171,209); }
td.TdClassName
{
border-color: #CAABD1;
}
.TagClassName
{
border-color: #CAABD1;
}
</style>