Shades of Prelude #C3AECE
Tints of Prelude #C3AECE
RGB
CMYK
RGB Variations
Color information
#C3AECE (or 0xC3AECE) is known color: Prelude. HEX triplet: C3, AE and CE. RGB value is (195,174,206). Sum of RGB (Red+Green+Blue) = 195+174+206=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AECE is #3C5131. Grayscale: #B7B7B7. Windows color (decimal): -3952946 or 13545155. OLE color: 13545155.
HSL color Cylindrical-coordinate representation of color #C3AECE: hue angle of 279.38º 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 #C3AECE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 174 | 206 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.19 |
| HSL | 279.38º | 0.25% | 0.75% | - |
| HSV(B) | 279.38º | 0.16% | 0.81% | - |
| XYZ | 48.78 | 46.33 | 64.76 | - |
| YUV | 183.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 206 | 0.05 | 0.16 | 0 | 0.19 | 279.38 | 0.25 | 0.75 |
| Hex | C3 | AE | CE | 5 | 10 | 0 | 13 | 117 | 19 | 4B |
| Octal | 303 | 256 | 316 | 5 | 20 | 0 | 23 | 427 | 31 | 113 |
| Binary | 11000011 | 10101110 | 11001110 | 101 | 10000 | 0 | 10011 | 100010111 | 11001 | 1001011 |
Color Harmonies of #C3AECE
Complementary color
Monochromatic Colors of #C3AECE
Black with #C3AECE
Text Example
Text Example
White with #C3AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AECE; }
p { color: rgb(195,174,206); }
H1.HeaderClassName
{
color: #C3AECE;
}
.AnyTagClassName
{
color: #C3AECE;
}
</style>
background-color css
<style>
a { background-color: #C3AECE; }
a { background-color: rgb(195,174,206); }
div.DivClassName
{
background-color: #C3AECE;
}
.BgClassName
{
background-color: #C3AECE;
}
</style>
border-color css
<style>
span { border-color: #C3AECE; }
span { border-color: rgb(195,174,206); }
td.TdClassName
{
border-color: #C3AECE;
}
.TagClassName
{
border-color: #C3AECE;
}
</style>