Shades of Prelude #C2AECC
Tints of Prelude #C2AECC
RGB
CMYK
RGB Variations
Color information
#C2AECC (or 0xC2AECC) is known color: Prelude. HEX triplet: C2, AE and CC. RGB value is (194,174,204). Sum of RGB (Red+Green+Blue) = 194+174+204=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECC is #3D5133. Grayscale: #B7B7B7. Windows color (decimal): -4018484 or 13414082. OLE color: 13414082.
HSL color Cylindrical-coordinate representation of color #C2AECC: hue angle of 280º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2AECC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 174 | 204 | - |
CMYK | 0.05 | 0.15 | 0 | 0.2 |
HSL | 280º | 0.23% | 0.74% | - |
HSV(B) | 280º | 0.15% | 0.8% | - |
XYZ | 48.28 | 46.1 | 63.48 | - |
YUV | 183.4 | 139.63 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 204 | 0.05 | 0.15 | 0 | 0.2 | 280 | 0.23 | 0.74 |
Hex | C2 | AE | CC | 5 | F | 0 | 14 | 118 | 17 | 4A |
Octal | 302 | 256 | 314 | 5 | 17 | 0 | 24 | 430 | 27 | 112 |
Binary | 11000010 | 10101110 | 11001100 | 101 | 1111 | 0 | 10100 | 100011000 | 10111 | 1001010 |
Color Harmonies of #C2AECC
Complementary color
Monochromatic Colors of #C2AECC
Black with #C2AECC
Text Example
Text Example
White with #C2AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AECC; }
p { color: rgb(194,174,204); }
H1.HeaderClassName
{
color: #C2AECC;
}
.AnyTagClassName
{
color: #C2AECC;
}
</style>
background-color css
<style>
a { background-color: #C2AECC; }
a { background-color: rgb(194,174,204); }
div.DivClassName
{
background-color: #C2AECC;
}
.BgClassName
{
background-color: #C2AECC;
}
</style>
border-color css
<style>
span { border-color: #C2AECC; }
span { border-color: rgb(194,174,204); }
td.TdClassName
{
border-color: #C2AECC;
}
.TagClassName
{
border-color: #C2AECC;
}
</style>