Shades of Prelude #C2AECE
Tints of Prelude #C2AECE
RGB
CMYK
RGB Variations
Color information
#C2AECE (or 0xC2AECE) is known color: Prelude. HEX triplet: C2, AE and CE. RGB value is (194,174,206). Sum of RGB (Red+Green+Blue) = 194+174+206=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECE is #3D5131. Grayscale: #B7B7B7. Windows color (decimal): -4018482 or 13545154. OLE color: 13545154.
HSL color Cylindrical-coordinate representation of color #C2AECE: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2AECE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 174 | 206 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.19 |
| HSL | 277.5º | 0.25% | 0.75% | - |
| HSV(B) | 277.5º | 0.16% | 0.81% | - |
| XYZ | 48.52 | 46.2 | 64.75 | - |
| YUV | 183.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 206 | 0.06 | 0.16 | 0 | 0.19 | 277.5 | 0.25 | 0.75 |
| Hex | C2 | AE | CE | 6 | 10 | 0 | 13 | 116 | 19 | 4B |
| Octal | 302 | 256 | 316 | 6 | 20 | 0 | 23 | 426 | 31 | 113 |
| Binary | 11000010 | 10101110 | 11001110 | 110 | 10000 | 0 | 10011 | 100010110 | 11001 | 1001011 |
Color Harmonies of #C2AECE
Complementary color
Monochromatic Colors of #C2AECE
Black with #C2AECE
Text Example
Text Example
White with #C2AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AECE; }
p { color: rgb(194,174,206); }
H1.HeaderClassName
{
color: #C2AECE;
}
.AnyTagClassName
{
color: #C2AECE;
}
</style>
background-color css
<style>
a { background-color: #C2AECE; }
a { background-color: rgb(194,174,206); }
div.DivClassName
{
background-color: #C2AECE;
}
.BgClassName
{
background-color: #C2AECE;
}
</style>
border-color css
<style>
span { border-color: #C2AECE; }
span { border-color: rgb(194,174,206); }
td.TdClassName
{
border-color: #C2AECE;
}
.TagClassName
{
border-color: #C2AECE;
}
</style>