Shades of Prelude #CAADD6
Tints of Prelude #CAADD6
RGB
CMYK
RGB Variations
Color information
#CAADD6 (or 0xCAADD6) is known color: Prelude. HEX triplet: CA, AD and D6. RGB value is (202,173,214). Sum of RGB (Red+Green+Blue) = 202+173+214=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD6 is #355229. Grayscale: #BABABA. Windows color (decimal): -3494442 or 14069194. OLE color: 14069194.
HSL color Cylindrical-coordinate representation of color #CAADD6: hue angle of 282.44º degrees, saturation: 0.33, 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 #CAADD6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 173 | 214 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.16 |
| HSL | 282.44º | 0.33% | 0.76% | - |
| HSV(B) | 282.44º | 0.19% | 0.84% | - |
| XYZ | 51.44 | 47.3 | 70.04 | - |
| YUV | 186.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 214 | 0.06 | 0.19 | 0 | 0.16 | 282.44 | 0.33 | 0.76 |
| Hex | CA | AD | D6 | 6 | 13 | 0 | 10 | 11A | 21 | 4C |
| Octal | 312 | 255 | 326 | 6 | 23 | 0 | 20 | 432 | 41 | 114 |
| Binary | 11001010 | 10101101 | 11010110 | 110 | 10011 | 0 | 10000 | 100011010 | 100001 | 1001100 |
Color Harmonies of #CAADD6
Complementary color
Monochromatic Colors of #CAADD6
Black with #CAADD6
Text Example
Text Example
White with #CAADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADD6; }
p { color: rgb(202,173,214); }
H1.HeaderClassName
{
color: #CAADD6;
}
.AnyTagClassName
{
color: #CAADD6;
}
</style>
background-color css
<style>
a { background-color: #CAADD6; }
a { background-color: rgb(202,173,214); }
div.DivClassName
{
background-color: #CAADD6;
}
.BgClassName
{
background-color: #CAADD6;
}
</style>
border-color css
<style>
span { border-color: #CAADD6; }
span { border-color: rgb(202,173,214); }
td.TdClassName
{
border-color: #CAADD6;
}
.TagClassName
{
border-color: #CAADD6;
}
</style>