Shades of Prelude #C4AECE
Tints of Prelude #C4AECE
RGB
CMYK
RGB Variations
Color information
#C4AECE (or 0xC4AECE) is known color: Prelude. HEX triplet: C4, AE and CE. RGB value is (196,174,206). Sum of RGB (Red+Green+Blue) = 196+174+206=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECE is #3B5131. Grayscale: #B8B8B8. Windows color (decimal): -3887410 or 13545156. OLE color: 13545156.
HSL color Cylindrical-coordinate representation of color #C4AECE: hue angle of 281.25º 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 #C4AECE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 174 | 206 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.19 |
| HSL | 281.25º | 0.25% | 0.75% | - |
| HSV(B) | 281.25º | 0.16% | 0.81% | - |
| XYZ | 49.04 | 46.46 | 64.78 | - |
| YUV | 184.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 206 | 0.05 | 0.16 | 0 | 0.19 | 281.25 | 0.25 | 0.75 |
| Hex | C4 | AE | CE | 5 | 10 | 0 | 13 | 119 | 19 | 4B |
| Octal | 304 | 256 | 316 | 5 | 20 | 0 | 23 | 431 | 31 | 113 |
| Binary | 11000100 | 10101110 | 11001110 | 101 | 10000 | 0 | 10011 | 100011001 | 11001 | 1001011 |
Color Harmonies of #C4AECE
Complementary color
Monochromatic Colors of #C4AECE
Black with #C4AECE
Text Example
Text Example
White with #C4AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECE; }
p { color: rgb(196,174,206); }
H1.HeaderClassName
{
color: #C4AECE;
}
.AnyTagClassName
{
color: #C4AECE;
}
</style>
background-color css
<style>
a { background-color: #C4AECE; }
a { background-color: rgb(196,174,206); }
div.DivClassName
{
background-color: #C4AECE;
}
.BgClassName
{
background-color: #C4AECE;
}
</style>
border-color css
<style>
span { border-color: #C4AECE; }
span { border-color: rgb(196,174,206); }
td.TdClassName
{
border-color: #C4AECE;
}
.TagClassName
{
border-color: #C4AECE;
}
</style>