Shades of Prelude #C3AECA
Tints of Prelude #C3AECA
RGB
CMYK
RGB Variations
Color information
#C3AECA (or 0xC3AECA) is known color: Prelude. HEX triplet: C3, AE and CA. RGB value is (195,174,202). Sum of RGB (Red+Green+Blue) = 195+174+202=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AECA is #3C5135. Grayscale: #B7B7B7. Windows color (decimal): -3952950 or 13283011. OLE color: 13283011.
HSL color Cylindrical-coordinate representation of color #C3AECA: hue angle of 285º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3AECA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 174 | 202 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.21 |
| HSL | 285º | 0.21% | 0.74% | - |
| HSV(B) | 285º | 0.14% | 0.79% | - |
| XYZ | 48.3 | 46.14 | 62.24 | - |
| YUV | 183.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 202 | 0.03 | 0.14 | 0 | 0.21 | 285 | 0.21 | 0.74 |
| Hex | C3 | AE | CA | 3 | E | 0 | 15 | 11D | 15 | 4A |
| Octal | 303 | 256 | 312 | 3 | 16 | 0 | 25 | 435 | 25 | 112 |
| Binary | 11000011 | 10101110 | 11001010 | 11 | 1110 | 0 | 10101 | 100011101 | 10101 | 1001010 |
Color Harmonies of #C3AECA
Complementary color
Monochromatic Colors of #C3AECA
Black with #C3AECA
Text Example
Text Example
White with #C3AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AECA; }
p { color: rgb(195,174,202); }
H1.HeaderClassName
{
color: #C3AECA;
}
.AnyTagClassName
{
color: #C3AECA;
}
</style>
background-color css
<style>
a { background-color: #C3AECA; }
a { background-color: rgb(195,174,202); }
div.DivClassName
{
background-color: #C3AECA;
}
.BgClassName
{
background-color: #C3AECA;
}
</style>
border-color css
<style>
span { border-color: #C3AECA; }
span { border-color: rgb(195,174,202); }
td.TdClassName
{
border-color: #C3AECA;
}
.TagClassName
{
border-color: #C3AECA;
}
</style>