Shades of Prelude #CAADDC
Tints of Prelude #CAADDC
RGB
CMYK
RGB Variations
Color information
#CAADDC (or 0xCAADDC) is known color: Prelude. HEX triplet: CA, AD and DC. RGB value is (202,173,220). Sum of RGB (Red+Green+Blue) = 202+173+220=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDC is #355223. Grayscale: #BABABA. Windows color (decimal): -3494436 or 14462410. OLE color: 14462410.
HSL color Cylindrical-coordinate representation of color #CAADDC: hue angle of 277.02º degrees, saturation: 0.4, 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 #CAADDC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 173 | 220 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.14 |
| HSL | 277.02º | 0.4% | 0.77% | - |
| HSV(B) | 277.02º | 0.21% | 0.86% | - |
| XYZ | 52.22 | 47.61 | 74.15 | - |
| YUV | 187.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 220 | 0.08 | 0.21 | 0 | 0.14 | 277.02 | 0.4 | 0.77 |
| Hex | CA | AD | DC | 8 | 15 | 0 | E | 115 | 28 | 4D |
| Octal | 312 | 255 | 334 | 10 | 25 | 0 | 16 | 425 | 50 | 115 |
| Binary | 11001010 | 10101101 | 11011100 | 1000 | 10101 | 0 | 1110 | 100010101 | 101000 | 1001101 |
Color Harmonies of #CAADDC
Complementary color
Monochromatic Colors of #CAADDC
Black with #CAADDC
Text Example
Text Example
White with #CAADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADDC; }
p { color: rgb(202,173,220); }
H1.HeaderClassName
{
color: #CAADDC;
}
.AnyTagClassName
{
color: #CAADDC;
}
</style>
background-color css
<style>
a { background-color: #CAADDC; }
a { background-color: rgb(202,173,220); }
div.DivClassName
{
background-color: #CAADDC;
}
.BgClassName
{
background-color: #CAADDC;
}
</style>
border-color css
<style>
span { border-color: #CAADDC; }
span { border-color: rgb(202,173,220); }
td.TdClassName
{
border-color: #CAADDC;
}
.TagClassName
{
border-color: #CAADDC;
}
</style>