Shades of Prelude #CAAAD5
Tints of Prelude #CAAAD5
RGB
CMYK
RGB Variations
Color information
#CAAAD5 (or 0xCAAAD5) is known color: Prelude. HEX triplet: CA, AA and D5. RGB value is (202,170,213). Sum of RGB (Red+Green+Blue) = 202+170+213=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD5 is #35552A. Grayscale: #B8B8B8. Windows color (decimal): -3495211 or 14002890. OLE color: 14002890.
HSL color Cylindrical-coordinate representation of color #CAAAD5: hue angle of 284.65º 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 #CAAAD5 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 170 | 213 | - |
CMYK | 0.05 | 0.20 | 0 | 0.16 |
HSL | 284.65º | 0.34% | 0.75% | - |
HSV(B) | 284.65º | 0.2% | 0.84% | - |
XYZ | 50.74 | 46.11 | 69.18 | - |
YUV | 184.47 | 144.1 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 213 | 0.05 | 0.20 | 0 | 0.16 | 284.65 | 0.34 | 0.75 |
Hex | CA | AA | D5 | 5 | 14 | 0 | 10 | 11D | 22 | 4B |
Octal | 312 | 252 | 325 | 5 | 24 | 0 | 20 | 435 | 42 | 113 |
Binary | 11001010 | 10101010 | 11010101 | 101 | 10100 | 0 | 10000 | 100011101 | 100010 | 1001011 |
Color Harmonies of #CAAAD5
Complementary color
Monochromatic Colors of #CAAAD5
Black with #CAAAD5
Text Example
Text Example
White with #CAAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD5; }
p { color: rgb(202,170,213); }
H1.HeaderClassName
{
color: #CAAAD5;
}
.AnyTagClassName
{
color: #CAAAD5;
}
</style>
background-color css
<style>
a { background-color: #CAAAD5; }
a { background-color: rgb(202,170,213); }
div.DivClassName
{
background-color: #CAAAD5;
}
.BgClassName
{
background-color: #CAAAD5;
}
</style>
border-color css
<style>
span { border-color: #CAAAD5; }
span { border-color: rgb(202,170,213); }
td.TdClassName
{
border-color: #CAAAD5;
}
.TagClassName
{
border-color: #CAAAD5;
}
</style>