Shades of Prelude #C2AACC
Tints of Prelude #C2AACC
RGB
CMYK
RGB Variations
Color information
#C2AACC (or 0xC2AACC) is known color: Prelude. HEX triplet: C2, AA and CC. RGB value is (194,170,204). Sum of RGB (Red+Green+Blue) = 194+170+204=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACC is #3D5533. Grayscale: #B4B4B4. Windows color (decimal): -4019508 or 13413058. OLE color: 13413058.
HSL color Cylindrical-coordinate representation of color #C2AACC: hue angle of 282.35º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 170 | 204 | - |
CMYK | 0.05 | 0.17 | 0 | 0.2 |
HSL | 282.35º | 0.25% | 0.73% | - |
HSV(B) | 282.35º | 0.17% | 0.8% | - |
XYZ | 47.52 | 44.58 | 63.23 | - |
YUV | 181.05 | 140.95 | 137.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 170 | 204 | 0.05 | 0.17 | 0 | 0.2 | 282.35 | 0.25 | 0.73 |
Hex | C2 | AA | CC | 5 | 11 | 0 | 14 | 11A | 19 | 49 |
Octal | 302 | 252 | 314 | 5 | 21 | 0 | 24 | 432 | 31 | 111 |
Binary | 11000010 | 10101010 | 11001100 | 101 | 10001 | 0 | 10100 | 100011010 | 11001 | 1001001 |
Color Harmonies of #C2AACC
Complementary color
Monochromatic Colors of #C2AACC
Black with #C2AACC
Text Example
Text Example
White with #C2AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AACC; }
p { color: rgb(194,170,204); }
H1.HeaderClassName
{
color: #C2AACC;
}
.AnyTagClassName
{
color: #C2AACC;
}
</style>
background-color css
<style>
a { background-color: #C2AACC; }
a { background-color: rgb(194,170,204); }
div.DivClassName
{
background-color: #C2AACC;
}
.BgClassName
{
background-color: #C2AACC;
}
</style>
border-color css
<style>
span { border-color: #C2AACC; }
span { border-color: rgb(194,170,204); }
td.TdClassName
{
border-color: #C2AACC;
}
.TagClassName
{
border-color: #C2AACC;
}
</style>