Shades of Prelude #CAAAD8
Tints of Prelude #CAAAD8
RGB
CMYK
RGB Variations
Color information
#CAAAD8 (or 0xCAAAD8) is known color: Prelude. HEX triplet: CA, AA and D8. RGB value is (202,170,216). Sum of RGB (Red+Green+Blue) = 202+170+216=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD8 is #355527. Grayscale: #B8B8B8. Windows color (decimal): -3495208 or 14199498. OLE color: 14199498.
HSL color Cylindrical-coordinate representation of color #CAAAD8: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAAD8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 170 | 216 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.15 |
| HSL | 281.74º | 0.37% | 0.76% | - |
| HSV(B) | 281.74º | 0.21% | 0.85% | - |
| XYZ | 51.13 | 46.26 | 71.2 | - |
| YUV | 184.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 216 | 0.06 | 0.21 | 0 | 0.15 | 281.74 | 0.37 | 0.76 |
| Hex | CA | AA | D8 | 6 | 15 | 0 | F | 11A | 25 | 4C |
| Octal | 312 | 252 | 330 | 6 | 25 | 0 | 17 | 432 | 45 | 114 |
| Binary | 11001010 | 10101010 | 11011000 | 110 | 10101 | 0 | 1111 | 100011010 | 100101 | 1001100 |
Color Harmonies of #CAAAD8
Complementary color
Monochromatic Colors of #CAAAD8
Black with #CAAAD8
Text Example
Text Example
White with #CAAAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD8; }
p { color: rgb(202,170,216); }
H1.HeaderClassName
{
color: #CAAAD8;
}
.AnyTagClassName
{
color: #CAAAD8;
}
</style>
background-color css
<style>
a { background-color: #CAAAD8; }
a { background-color: rgb(202,170,216); }
div.DivClassName
{
background-color: #CAAAD8;
}
.BgClassName
{
background-color: #CAAAD8;
}
</style>
border-color css
<style>
span { border-color: #CAAAD8; }
span { border-color: rgb(202,170,216); }
td.TdClassName
{
border-color: #CAAAD8;
}
.TagClassName
{
border-color: #CAAAD8;
}
</style>