Shades of Prelude #CAAED7
Tints of Prelude #CAAED7
RGB
CMYK
RGB Variations
Color information
#CAAED7 (or 0xCAAED7) is known color: Prelude. HEX triplet: CA, AE and D7. RGB value is (202,174,215). Sum of RGB (Red+Green+Blue) = 202+174+215=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED7 is #355128. Grayscale: #BABABA. Windows color (decimal): -3494185 or 14134986. OLE color: 14134986.
HSL color Cylindrical-coordinate representation of color #CAAED7: hue angle of 280.98º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAED7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 174 | 215 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.16 |
| HSL | 280.98º | 0.34% | 0.76% | - |
| HSV(B) | 280.98º | 0.19% | 0.84% | - |
| XYZ | 51.76 | 47.73 | 70.78 | - |
| YUV | 187.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 215 | 0.06 | 0.19 | 0 | 0.16 | 280.98 | 0.34 | 0.76 |
| Hex | CA | AE | D7 | 6 | 13 | 0 | 10 | 119 | 22 | 4C |
| Octal | 312 | 256 | 327 | 6 | 23 | 0 | 20 | 431 | 42 | 114 |
| Binary | 11001010 | 10101110 | 11010111 | 110 | 10011 | 0 | 10000 | 100011001 | 100010 | 1001100 |
Color Harmonies of #CAAED7
Complementary color
Monochromatic Colors of #CAAED7
Black with #CAAED7
Text Example
Text Example
White with #CAAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAED7; }
p { color: rgb(202,174,215); }
H1.HeaderClassName
{
color: #CAAED7;
}
.AnyTagClassName
{
color: #CAAED7;
}
</style>
background-color css
<style>
a { background-color: #CAAED7; }
a { background-color: rgb(202,174,215); }
div.DivClassName
{
background-color: #CAAED7;
}
.BgClassName
{
background-color: #CAAED7;
}
</style>
border-color css
<style>
span { border-color: #CAAED7; }
span { border-color: rgb(202,174,215); }
td.TdClassName
{
border-color: #CAAED7;
}
.TagClassName
{
border-color: #CAAED7;
}
</style>