Shades of Prelude #CAABD6
Tints of Prelude #CAABD6
RGB
CMYK
RGB Variations
Color information
#CAABD6 (or 0xCAABD6) is known color: Prelude. HEX triplet: CA, AB and D6. RGB value is (202,171,214). Sum of RGB (Red+Green+Blue) = 202+171+214=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD6 is #355429. Grayscale: #B9B9B9. Windows color (decimal): -3494954 or 14068682. OLE color: 14068682.
HSL color Cylindrical-coordinate representation of color #CAABD6: hue angle of 283.26º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAABD6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 171 | 214 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.16 |
| HSL | 283.26º | 0.34% | 0.75% | - |
| HSV(B) | 283.26º | 0.2% | 0.84% | - |
| XYZ | 51.06 | 46.54 | 69.91 | - |
| YUV | 185.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 214 | 0.06 | 0.20 | 0 | 0.16 | 283.26 | 0.34 | 0.75 |
| Hex | CA | AB | D6 | 6 | 14 | 0 | 10 | 11B | 22 | 4B |
| Octal | 312 | 253 | 326 | 6 | 24 | 0 | 20 | 433 | 42 | 113 |
| Binary | 11001010 | 10101011 | 11010110 | 110 | 10100 | 0 | 10000 | 100011011 | 100010 | 1001011 |
Color Harmonies of #CAABD6
Complementary color
Monochromatic Colors of #CAABD6
Black with #CAABD6
Text Example
Text Example
White with #CAABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABD6; }
p { color: rgb(202,171,214); }
H1.HeaderClassName
{
color: #CAABD6;
}
.AnyTagClassName
{
color: #CAABD6;
}
</style>
background-color css
<style>
a { background-color: #CAABD6; }
a { background-color: rgb(202,171,214); }
div.DivClassName
{
background-color: #CAABD6;
}
.BgClassName
{
background-color: #CAABD6;
}
</style>
border-color css
<style>
span { border-color: #CAABD6; }
span { border-color: rgb(202,171,214); }
td.TdClassName
{
border-color: #CAABD6;
}
.TagClassName
{
border-color: #CAABD6;
}
</style>