Shades of Prelude #CAAED2
Tints of Prelude #CAAED2
RGB
CMYK
RGB Variations
Color information
#CAAED2 (or 0xCAAED2) is known color: Prelude. HEX triplet: CA, AE and D2. RGB value is (202,174,210). Sum of RGB (Red+Green+Blue) = 202+174+210=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED2 is #35512D. Grayscale: #BABABA. Windows color (decimal): -3494190 or 13807306. OLE color: 13807306.
HSL color Cylindrical-coordinate representation of color #CAAED2: hue angle of 286.67º degrees, saturation: 0.29, 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 #CAAED2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 174 | 210 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.18 |
| HSL | 286.67º | 0.29% | 0.75% | - |
| HSV(B) | 286.67º | 0.17% | 0.82% | - |
| XYZ | 51.13 | 47.48 | 67.44 | - |
| YUV | 186.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 210 | 0.04 | 0.17 | 0 | 0.18 | 286.67 | 0.29 | 0.75 |
| Hex | CA | AE | D2 | 4 | 11 | 0 | 12 | 11F | 1D | 4B |
| Octal | 312 | 256 | 322 | 4 | 21 | 0 | 22 | 437 | 35 | 113 |
| Binary | 11001010 | 10101110 | 11010010 | 100 | 10001 | 0 | 10010 | 100011111 | 11101 | 1001011 |
Color Harmonies of #CAAED2
Complementary color
Monochromatic Colors of #CAAED2
Black with #CAAED2
Text Example
Text Example
White with #CAAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED2; }
p { color: rgb(202,174,210); }
H1.HeaderClassName
{
color: #CAAED2;
}
.AnyTagClassName
{
color: #CAAED2;
}
</style>
background-color css
<style>
a { background-color: #CAAED2; }
a { background-color: rgb(202,174,210); }
div.DivClassName
{
background-color: #CAAED2;
}
.BgClassName
{
background-color: #CAAED2;
}
</style>
border-color css
<style>
span { border-color: #CAAED2; }
span { border-color: rgb(202,174,210); }
td.TdClassName
{
border-color: #CAAED2;
}
.TagClassName
{
border-color: #CAAED2;
}
</style>