Shades of Prelude #CAADDB
Tints of Prelude #CAADDB
RGB
CMYK
RGB Variations
Color information
#CAADDB (or 0xCAADDB) is known color: Prelude. HEX triplet: CA, AD and DB. RGB value is (202,173,219). Sum of RGB (Red+Green+Blue) = 202+173+219=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDB is #355224. Grayscale: #BABABA. Windows color (decimal): -3494437 or 14396874. OLE color: 14396874.
HSL color Cylindrical-coordinate representation of color #CAADDB: hue angle of 277.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAADDB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 173 | 219 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.14 |
| HSL | 277.83º | 0.39% | 0.77% | - |
| HSV(B) | 277.83º | 0.21% | 0.86% | - |
| XYZ | 52.09 | 47.56 | 73.45 | - |
| YUV | 186.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 219 | 0.08 | 0.21 | 0 | 0.14 | 277.83 | 0.39 | 0.77 |
| Hex | CA | AD | DB | 8 | 15 | 0 | E | 116 | 27 | 4D |
| Octal | 312 | 255 | 333 | 10 | 25 | 0 | 16 | 426 | 47 | 115 |
| Binary | 11001010 | 10101101 | 11011011 | 1000 | 10101 | 0 | 1110 | 100010110 | 100111 | 1001101 |
Color Harmonies of #CAADDB
Complementary color
Monochromatic Colors of #CAADDB
Black with #CAADDB
Text Example
Text Example
White with #CAADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADDB; }
p { color: rgb(202,173,219); }
H1.HeaderClassName
{
color: #CAADDB;
}
.AnyTagClassName
{
color: #CAADDB;
}
</style>
background-color css
<style>
a { background-color: #CAADDB; }
a { background-color: rgb(202,173,219); }
div.DivClassName
{
background-color: #CAADDB;
}
.BgClassName
{
background-color: #CAADDB;
}
</style>
border-color css
<style>
span { border-color: #CAADDB; }
span { border-color: rgb(202,173,219); }
td.TdClassName
{
border-color: #CAADDB;
}
.TagClassName
{
border-color: #CAADDB;
}
</style>