Shades of Prelude #CAACD5
Tints of Prelude #CAACD5
RGB
CMYK
RGB Variations
Color information
#CAACD5 (or 0xCAACD5) is known color: Prelude. HEX triplet: CA, AC and D5. RGB value is (202,172,213). Sum of RGB (Red+Green+Blue) = 202+172+213=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD5 is #35532A. Grayscale: #B9B9B9. Windows color (decimal): -3494699 or 14003402. OLE color: 14003402.
HSL color Cylindrical-coordinate representation of color #CAACD5: hue angle of 283.9º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAACD5 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 172 | 213 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.16 |
| HSL | 283.9º | 0.33% | 0.75% | - |
| HSV(B) | 283.9º | 0.19% | 0.84% | - |
| XYZ | 51.12 | 46.87 | 69.3 | - |
| YUV | 185.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 213 | 0.05 | 0.19 | 0 | 0.16 | 283.9 | 0.33 | 0.75 |
| Hex | CA | AC | D5 | 5 | 13 | 0 | 10 | 11C | 21 | 4B |
| Octal | 312 | 254 | 325 | 5 | 23 | 0 | 20 | 434 | 41 | 113 |
| Binary | 11001010 | 10101100 | 11010101 | 101 | 10011 | 0 | 10000 | 100011100 | 100001 | 1001011 |
Color Harmonies of #CAACD5
Complementary color
Monochromatic Colors of #CAACD5
Black with #CAACD5
Text Example
Text Example
White with #CAACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACD5; }
p { color: rgb(202,172,213); }
H1.HeaderClassName
{
color: #CAACD5;
}
.AnyTagClassName
{
color: #CAACD5;
}
</style>
background-color css
<style>
a { background-color: #CAACD5; }
a { background-color: rgb(202,172,213); }
div.DivClassName
{
background-color: #CAACD5;
}
.BgClassName
{
background-color: #CAACD5;
}
</style>
border-color css
<style>
span { border-color: #CAACD5; }
span { border-color: rgb(202,172,213); }
td.TdClassName
{
border-color: #CAACD5;
}
.TagClassName
{
border-color: #CAACD5;
}
</style>