Shades of Prelude #CAAED1
Tints of Prelude #CAAED1
RGB
CMYK
RGB Variations
Color information
#CAAED1 (or 0xCAAED1) is known color: Prelude. HEX triplet: CA, AE and D1. RGB value is (202,174,209). Sum of RGB (Red+Green+Blue) = 202+174+209=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED1 is #35512E. Grayscale: #BABABA. Windows color (decimal): -3494191 or 13741770. OLE color: 13741770.
HSL color Cylindrical-coordinate representation of color #CAAED1: hue angle of 288º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAED1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 174 | 209 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.18 |
| HSL | 288º | 0.28% | 0.75% | - |
| HSV(B) | 288º | 0.17% | 0.82% | - |
| XYZ | 51 | 47.43 | 66.79 | - |
| YUV | 186.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 209 | 0.03 | 0.17 | 0 | 0.18 | 288 | 0.28 | 0.75 |
| Hex | CA | AE | D1 | 3 | 11 | 0 | 12 | 120 | 1C | 4B |
| Octal | 312 | 256 | 321 | 3 | 21 | 0 | 22 | 440 | 34 | 113 |
| Binary | 11001010 | 10101110 | 11010001 | 11 | 10001 | 0 | 10010 | 100100000 | 11100 | 1001011 |
Color Harmonies of #CAAED1
Complementary color
Monochromatic Colors of #CAAED1
Black with #CAAED1
Text Example
Text Example
White with #CAAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED1; }
p { color: rgb(202,174,209); }
H1.HeaderClassName
{
color: #CAAED1;
}
.AnyTagClassName
{
color: #CAAED1;
}
</style>
background-color css
<style>
a { background-color: #CAAED1; }
a { background-color: rgb(202,174,209); }
div.DivClassName
{
background-color: #CAAED1;
}
.BgClassName
{
background-color: #CAAED1;
}
</style>
border-color css
<style>
span { border-color: #CAAED1; }
span { border-color: rgb(202,174,209); }
td.TdClassName
{
border-color: #CAAED1;
}
.TagClassName
{
border-color: #CAAED1;
}
</style>