Shades of Prelude #C3AECD
Tints of Prelude #C3AECD
RGB
CMYK
RGB Variations
Color information
#C3AECD (or 0xC3AECD) is known color: Prelude. HEX triplet: C3, AE and CD. RGB value is (195,174,205). Sum of RGB (Red+Green+Blue) = 195+174+205=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AECD is #3C5132. Grayscale: #B7B7B7. Windows color (decimal): -3952947 or 13479619. OLE color: 13479619.
HSL color Cylindrical-coordinate representation of color #C3AECD: hue angle of 280.65º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AECD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 174 | 205 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.20 |
| HSL | 280.65º | 0.24% | 0.74% | - |
| HSV(B) | 280.65º | 0.15% | 0.8% | - |
| XYZ | 48.66 | 46.28 | 64.13 | - |
| YUV | 183.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 205 | 0.05 | 0.15 | 0 | 0.20 | 280.65 | 0.24 | 0.74 |
| Hex | C3 | AE | CD | 5 | F | 0 | 14 | 119 | 18 | 4A |
| Octal | 303 | 256 | 315 | 5 | 17 | 0 | 24 | 431 | 30 | 112 |
| Binary | 11000011 | 10101110 | 11001101 | 101 | 1111 | 0 | 10100 | 100011001 | 11000 | 1001010 |
Color Harmonies of #C3AECD
Complementary color
Monochromatic Colors of #C3AECD
Black with #C3AECD
Text Example
Text Example
White with #C3AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AECD; }
p { color: rgb(195,174,205); }
H1.HeaderClassName
{
color: #C3AECD;
}
.AnyTagClassName
{
color: #C3AECD;
}
</style>
background-color css
<style>
a { background-color: #C3AECD; }
a { background-color: rgb(195,174,205); }
div.DivClassName
{
background-color: #C3AECD;
}
.BgClassName
{
background-color: #C3AECD;
}
</style>
border-color css
<style>
span { border-color: #C3AECD; }
span { border-color: rgb(195,174,205); }
td.TdClassName
{
border-color: #C3AECD;
}
.TagClassName
{
border-color: #C3AECD;
}
</style>