Shades of Prelude #CAAAD0
Tints of Prelude #CAAAD0
RGB
CMYK
RGB Variations
Color information
#CAAAD0 (or 0xCAAAD0) is known color: Prelude. HEX triplet: CA, AA and D0. RGB value is (202,170,208). Sum of RGB (Red+Green+Blue) = 202+170+208=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD0 is #35552F. Grayscale: #B7B7B7. Windows color (decimal): -3495216 or 13675210. OLE color: 13675210.
HSL color Cylindrical-coordinate representation of color #CAAAD0: hue angle of 290.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAAAD0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 170 | 208 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.18 |
| HSL | 290.53º | 0.29% | 0.74% | - |
| HSV(B) | 290.53º | 0.18% | 0.82% | - |
| XYZ | 50.12 | 45.86 | 65.88 | - |
| YUV | 183.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 208 | 0.03 | 0.18 | 0 | 0.18 | 290.53 | 0.29 | 0.74 |
| Hex | CA | AA | D0 | 3 | 12 | 0 | 12 | 123 | 1D | 4A |
| Octal | 312 | 252 | 320 | 3 | 22 | 0 | 22 | 443 | 35 | 112 |
| Binary | 11001010 | 10101010 | 11010000 | 11 | 10010 | 0 | 10010 | 100100011 | 11101 | 1001010 |
Color Harmonies of #CAAAD0
Complementary color
Monochromatic Colors of #CAAAD0
Black with #CAAAD0
Text Example
Text Example
White with #CAAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD0; }
p { color: rgb(202,170,208); }
H1.HeaderClassName
{
color: #CAAAD0;
}
.AnyTagClassName
{
color: #CAAAD0;
}
</style>
background-color css
<style>
a { background-color: #CAAAD0; }
a { background-color: rgb(202,170,208); }
div.DivClassName
{
background-color: #CAAAD0;
}
.BgClassName
{
background-color: #CAAAD0;
}
</style>
border-color css
<style>
span { border-color: #CAAAD0; }
span { border-color: rgb(202,170,208); }
td.TdClassName
{
border-color: #CAAAD0;
}
.TagClassName
{
border-color: #CAAAD0;
}
</style>