Shades of Prelude #C3AAD0
Tints of Prelude #C3AAD0
RGB
CMYK
RGB Variations
Color information
#C3AAD0 (or 0xC3AAD0) is known color: Prelude. HEX triplet: C3, AA and D0. RGB value is (195,170,208). Sum of RGB (Red+Green+Blue) = 195+170+208=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAD0 is #3C552F. Grayscale: #B5B5B5. Windows color (decimal): -3953968 or 13675203. OLE color: 13675203.
HSL color Cylindrical-coordinate representation of color #C3AAD0: hue angle of 279.47º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3AAD0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 170 | 208 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.18 |
| HSL | 279.47º | 0.29% | 0.74% | - |
| HSV(B) | 279.47º | 0.18% | 0.82% | - |
| XYZ | 48.27 | 44.91 | 65.8 | - |
| YUV | 181.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 208 | 0.06 | 0.18 | 0 | 0.18 | 279.47 | 0.29 | 0.74 |
| Hex | C3 | AA | D0 | 6 | 12 | 0 | 12 | 117 | 1D | 4A |
| Octal | 303 | 252 | 320 | 6 | 22 | 0 | 22 | 427 | 35 | 112 |
| Binary | 11000011 | 10101010 | 11010000 | 110 | 10010 | 0 | 10010 | 100010111 | 11101 | 1001010 |
Color Harmonies of #C3AAD0
Complementary color
Monochromatic Colors of #C3AAD0
Black with #C3AAD0
Text Example
Text Example
White with #C3AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAD0; }
p { color: rgb(195,170,208); }
H1.HeaderClassName
{
color: #C3AAD0;
}
.AnyTagClassName
{
color: #C3AAD0;
}
</style>
background-color css
<style>
a { background-color: #C3AAD0; }
a { background-color: rgb(195,170,208); }
div.DivClassName
{
background-color: #C3AAD0;
}
.BgClassName
{
background-color: #C3AAD0;
}
</style>
border-color css
<style>
span { border-color: #C3AAD0; }
span { border-color: rgb(195,170,208); }
td.TdClassName
{
border-color: #C3AAD0;
}
.TagClassName
{
border-color: #C3AAD0;
}
</style>