Shades of Prelude #C5AECB
Tints of Prelude #C5AECB
RGB
CMYK
RGB Variations
Color information
#C5AECB (or 0xC5AECB) is known color: Prelude. HEX triplet: C5, AE and CB. RGB value is (197,174,203). Sum of RGB (Red+Green+Blue) = 197+174+203=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AECB is #3A5134. Grayscale: #B8B8B8. Windows color (decimal): -3821877 or 13348549. OLE color: 13348549.
HSL color Cylindrical-coordinate representation of color #C5AECB: hue angle of 287.59º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AECB is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 174 | 203 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.20 |
| HSL | 287.59º | 0.22% | 0.74% | - |
| HSV(B) | 287.59º | 0.14% | 0.8% | - |
| XYZ | 48.94 | 46.45 | 62.89 | - |
| YUV | 184.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 203 | 0.03 | 0.14 | 0 | 0.20 | 287.59 | 0.22 | 0.74 |
| Hex | C5 | AE | CB | 3 | E | 0 | 14 | 120 | 16 | 4A |
| Octal | 305 | 256 | 313 | 3 | 16 | 0 | 24 | 440 | 26 | 112 |
| Binary | 11000101 | 10101110 | 11001011 | 11 | 1110 | 0 | 10100 | 100100000 | 10110 | 1001010 |
Color Harmonies of #C5AECB
Complementary color
Monochromatic Colors of #C5AECB
Black with #C5AECB
Text Example
Text Example
White with #C5AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AECB; }
p { color: rgb(197,174,203); }
H1.HeaderClassName
{
color: #C5AECB;
}
.AnyTagClassName
{
color: #C5AECB;
}
</style>
background-color css
<style>
a { background-color: #C5AECB; }
a { background-color: rgb(197,174,203); }
div.DivClassName
{
background-color: #C5AECB;
}
.BgClassName
{
background-color: #C5AECB;
}
</style>
border-color css
<style>
span { border-color: #C5AECB; }
span { border-color: rgb(197,174,203); }
td.TdClassName
{
border-color: #C5AECB;
}
.TagClassName
{
border-color: #C5AECB;
}
</style>