Shades of Prelude #CAADD5
Tints of Prelude #CAADD5
RGB
CMYK
RGB Variations
Color information
#CAADD5 (or 0xCAADD5) is known color: Prelude. HEX triplet: CA, AD and D5. RGB value is (202,173,213). Sum of RGB (Red+Green+Blue) = 202+173+213=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD5 is #35522A. Grayscale: #BABABA. Windows color (decimal): -3494443 or 14003658. OLE color: 14003658.
HSL color Cylindrical-coordinate representation of color #CAADD5: hue angle of 283.5º degrees, saturation: 0.32, 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 #CAADD5 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 173 | 213 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.16 |
| HSL | 283.5º | 0.32% | 0.76% | - |
| HSV(B) | 283.5º | 0.19% | 0.84% | - |
| XYZ | 51.31 | 47.25 | 69.37 | - |
| YUV | 186.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 213 | 0.05 | 0.19 | 0 | 0.16 | 283.5 | 0.32 | 0.76 |
| Hex | CA | AD | D5 | 5 | 13 | 0 | 10 | 11C | 20 | 4C |
| Octal | 312 | 255 | 325 | 5 | 23 | 0 | 20 | 434 | 40 | 114 |
| Binary | 11001010 | 10101101 | 11010101 | 101 | 10011 | 0 | 10000 | 100011100 | 100000 | 1001100 |
Color Harmonies of #CAADD5
Complementary color
Monochromatic Colors of #CAADD5
Black with #CAADD5
Text Example
Text Example
White with #CAADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADD5; }
p { color: rgb(202,173,213); }
H1.HeaderClassName
{
color: #CAADD5;
}
.AnyTagClassName
{
color: #CAADD5;
}
</style>
background-color css
<style>
a { background-color: #CAADD5; }
a { background-color: rgb(202,173,213); }
div.DivClassName
{
background-color: #CAADD5;
}
.BgClassName
{
background-color: #CAADD5;
}
</style>
border-color css
<style>
span { border-color: #CAADD5; }
span { border-color: rgb(202,173,213); }
td.TdClassName
{
border-color: #CAADD5;
}
.TagClassName
{
border-color: #CAADD5;
}
</style>