Shades of Prelude #C3ACCE
Tints of Prelude #C3ACCE
RGB
CMYK
RGB Variations
Color information
#C3ACCE (or 0xC3ACCE) is known color: Prelude. HEX triplet: C3, AC and CE. RGB value is (195,172,206). Sum of RGB (Red+Green+Blue) = 195+172+206=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCE is #3C5331. Grayscale: #B6B6B6. Windows color (decimal): -3953458 or 13544643. OLE color: 13544643.
HSL color Cylindrical-coordinate representation of color #C3ACCE: hue angle of 280.59º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ACCE is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 172 | 206 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.19 |
| HSL | 280.59º | 0.26% | 0.74% | - |
| HSV(B) | 280.59º | 0.17% | 0.81% | - |
| XYZ | 48.4 | 45.56 | 64.64 | - |
| YUV | 182.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 206 | 0.05 | 0.17 | 0 | 0.19 | 280.59 | 0.26 | 0.74 |
| Hex | C3 | AC | CE | 5 | 11 | 0 | 13 | 119 | 1A | 4A |
| Octal | 303 | 254 | 316 | 5 | 21 | 0 | 23 | 431 | 32 | 112 |
| Binary | 11000011 | 10101100 | 11001110 | 101 | 10001 | 0 | 10011 | 100011001 | 11010 | 1001010 |
Color Harmonies of #C3ACCE
Complementary color
Monochromatic Colors of #C3ACCE
Black with #C3ACCE
Text Example
Text Example
White with #C3ACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACCE; }
p { color: rgb(195,172,206); }
H1.HeaderClassName
{
color: #C3ACCE;
}
.AnyTagClassName
{
color: #C3ACCE;
}
</style>
background-color css
<style>
a { background-color: #C3ACCE; }
a { background-color: rgb(195,172,206); }
div.DivClassName
{
background-color: #C3ACCE;
}
.BgClassName
{
background-color: #C3ACCE;
}
</style>
border-color css
<style>
span { border-color: #C3ACCE; }
span { border-color: rgb(195,172,206); }
td.TdClassName
{
border-color: #C3ACCE;
}
.TagClassName
{
border-color: #C3ACCE;
}
</style>