Shades of Prelude #C4AECB
Tints of Prelude #C4AECB
RGB
CMYK
RGB Variations
Color information
#C4AECB (or 0xC4AECB) is known color: Prelude. HEX triplet: C4, AE and CB. RGB value is (196,174,203). Sum of RGB (Red+Green+Blue) = 196+174+203=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECB is #3B5134. Grayscale: #B7B7B7. Windows color (decimal): -3887413 or 13348548. OLE color: 13348548.
HSL color Cylindrical-coordinate representation of color #C4AECB: hue angle of 285.52º 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 #C4AECB is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 174 | 203 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.20 |
| HSL | 285.52º | 0.22% | 0.74% | - |
| HSV(B) | 285.52º | 0.14% | 0.8% | - |
| XYZ | 48.68 | 46.32 | 62.87 | - |
| YUV | 183.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 203 | 0.03 | 0.14 | 0 | 0.20 | 285.52 | 0.22 | 0.74 |
| Hex | C4 | AE | CB | 3 | E | 0 | 14 | 11E | 16 | 4A |
| Octal | 304 | 256 | 313 | 3 | 16 | 0 | 24 | 436 | 26 | 112 |
| Binary | 11000100 | 10101110 | 11001011 | 11 | 1110 | 0 | 10100 | 100011110 | 10110 | 1001010 |
Color Harmonies of #C4AECB
Complementary color
Monochromatic Colors of #C4AECB
Black with #C4AECB
Text Example
Text Example
White with #C4AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECB; }
p { color: rgb(196,174,203); }
H1.HeaderClassName
{
color: #C4AECB;
}
.AnyTagClassName
{
color: #C4AECB;
}
</style>
background-color css
<style>
a { background-color: #C4AECB; }
a { background-color: rgb(196,174,203); }
div.DivClassName
{
background-color: #C4AECB;
}
.BgClassName
{
background-color: #C4AECB;
}
</style>
border-color css
<style>
span { border-color: #C4AECB; }
span { border-color: rgb(196,174,203); }
td.TdClassName
{
border-color: #C4AECB;
}
.TagClassName
{
border-color: #C4AECB;
}
</style>