Shades of Prelude #CAAED8
Tints of Prelude #CAAED8
RGB
CMYK
RGB Variations
Color information
#CAAED8 (or 0xCAAED8) is known color: Prelude. HEX triplet: CA, AE and D8. RGB value is (202,174,216). Sum of RGB (Red+Green+Blue) = 202+174+216=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED8 is #355127. Grayscale: #BBBBBB. Windows color (decimal): -3494184 or 14200522. OLE color: 14200522.
HSL color Cylindrical-coordinate representation of color #CAAED8: hue angle of 280º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAED8 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 174 | 216 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.15 |
| HSL | 280º | 0.35% | 0.76% | - |
| HSV(B) | 280º | 0.19% | 0.85% | - |
| XYZ | 51.89 | 47.79 | 71.45 | - |
| YUV | 187.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 216 | 0.06 | 0.19 | 0 | 0.15 | 280 | 0.35 | 0.76 |
| Hex | CA | AE | D8 | 6 | 13 | 0 | F | 118 | 23 | 4C |
| Octal | 312 | 256 | 330 | 6 | 23 | 0 | 17 | 430 | 43 | 114 |
| Binary | 11001010 | 10101110 | 11011000 | 110 | 10011 | 0 | 1111 | 100011000 | 100011 | 1001100 |
Color Harmonies of #CAAED8
Complementary color
Monochromatic Colors of #CAAED8
Black with #CAAED8
Text Example
Text Example
White with #CAAED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED8; }
p { color: rgb(202,174,216); }
H1.HeaderClassName
{
color: #CAAED8;
}
.AnyTagClassName
{
color: #CAAED8;
}
</style>
background-color css
<style>
a { background-color: #CAAED8; }
a { background-color: rgb(202,174,216); }
div.DivClassName
{
background-color: #CAAED8;
}
.BgClassName
{
background-color: #CAAED8;
}
</style>
border-color css
<style>
span { border-color: #CAAED8; }
span { border-color: rgb(202,174,216); }
td.TdClassName
{
border-color: #CAAED8;
}
.TagClassName
{
border-color: #CAAED8;
}
</style>