Shades of Prelude #CAACDC
Tints of Prelude #CAACDC
RGB
CMYK
RGB Variations
Color information
#CAACDC (or 0xCAACDC) is known color: Prelude. HEX triplet: CA, AC and DC. RGB value is (202,172,220). Sum of RGB (Red+Green+Blue) = 202+172+220=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDC is #355323. Grayscale: #BABABA. Windows color (decimal): -3494692 or 14462154. OLE color: 14462154.
HSL color Cylindrical-coordinate representation of color #CAACDC: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAACDC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 172 | 220 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.14 |
| HSL | 277.5º | 0.41% | 0.77% | - |
| HSV(B) | 277.5º | 0.22% | 0.86% | - |
| XYZ | 52.03 | 47.23 | 74.08 | - |
| YUV | 186.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 220 | 0.08 | 0.22 | 0 | 0.14 | 277.5 | 0.41 | 0.77 |
| Hex | CA | AC | DC | 8 | 16 | 0 | E | 116 | 29 | 4D |
| Octal | 312 | 254 | 334 | 10 | 26 | 0 | 16 | 426 | 51 | 115 |
| Binary | 11001010 | 10101100 | 11011100 | 1000 | 10110 | 0 | 1110 | 100010110 | 101001 | 1001101 |
Color Harmonies of #CAACDC
Complementary color
Monochromatic Colors of #CAACDC
Black with #CAACDC
Text Example
Text Example
White with #CAACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACDC; }
p { color: rgb(202,172,220); }
H1.HeaderClassName
{
color: #CAACDC;
}
.AnyTagClassName
{
color: #CAACDC;
}
</style>
background-color css
<style>
a { background-color: #CAACDC; }
a { background-color: rgb(202,172,220); }
div.DivClassName
{
background-color: #CAACDC;
}
.BgClassName
{
background-color: #CAACDC;
}
</style>
border-color css
<style>
span { border-color: #CAACDC; }
span { border-color: rgb(202,172,220); }
td.TdClassName
{
border-color: #CAACDC;
}
.TagClassName
{
border-color: #CAACDC;
}
</style>