Shades of Prelude #C4AAD0
Tints of Prelude #C4AAD0
RGB
CMYK
RGB Variations
Color information
#C4AAD0 (or 0xC4AAD0) is known color: Prelude. HEX triplet: C4, AA and D0. RGB value is (196,170,208). Sum of RGB (Red+Green+Blue) = 196+170+208=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAD0 is #3B552F. Grayscale: #B5B5B5. Windows color (decimal): -3888432 or 13675204. OLE color: 13675204.
HSL color Cylindrical-coordinate representation of color #C4AAD0: hue angle of 281.05º 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 #C4AAD0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 170 | 208 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.18 |
| HSL | 281.05º | 0.29% | 0.74% | - |
| HSV(B) | 281.05º | 0.18% | 0.82% | - |
| XYZ | 48.52 | 45.04 | 65.81 | - |
| YUV | 182.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 208 | 0.06 | 0.18 | 0 | 0.18 | 281.05 | 0.29 | 0.74 |
| Hex | C4 | AA | D0 | 6 | 12 | 0 | 12 | 119 | 1D | 4A |
| Octal | 304 | 252 | 320 | 6 | 22 | 0 | 22 | 431 | 35 | 112 |
| Binary | 11000100 | 10101010 | 11010000 | 110 | 10010 | 0 | 10010 | 100011001 | 11101 | 1001010 |
Color Harmonies of #C4AAD0
Complementary color
Monochromatic Colors of #C4AAD0
Black with #C4AAD0
Text Example
Text Example
White with #C4AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAD0; }
p { color: rgb(196,170,208); }
H1.HeaderClassName
{
color: #C4AAD0;
}
.AnyTagClassName
{
color: #C4AAD0;
}
</style>
background-color css
<style>
a { background-color: #C4AAD0; }
a { background-color: rgb(196,170,208); }
div.DivClassName
{
background-color: #C4AAD0;
}
.BgClassName
{
background-color: #C4AAD0;
}
</style>
border-color css
<style>
span { border-color: #C4AAD0; }
span { border-color: rgb(196,170,208); }
td.TdClassName
{
border-color: #C4AAD0;
}
.TagClassName
{
border-color: #C4AAD0;
}
</style>