Shades of Prelude #C4AAD2
Tints of Prelude #C4AAD2
RGB
CMYK
RGB Variations
Color information
#C4AAD2 (or 0xC4AAD2) is known color: Prelude. HEX triplet: C4, AA and D2. RGB value is (196,170,210). Sum of RGB (Red+Green+Blue) = 196+170+210=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAD2 is #3B552D. Grayscale: #B6B6B6. Windows color (decimal): -3888430 or 13806276. OLE color: 13806276.
HSL color Cylindrical-coordinate representation of color #C4AAD2: hue angle of 279º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4AAD2 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 170 | 210 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.18 |
| HSL | 279º | 0.31% | 0.75% | - |
| HSV(B) | 279º | 0.19% | 0.82% | - |
| XYZ | 48.77 | 45.14 | 67.11 | - |
| YUV | 182.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 210 | 0.07 | 0.19 | 0 | 0.18 | 279 | 0.31 | 0.75 |
| Hex | C4 | AA | D2 | 7 | 13 | 0 | 12 | 117 | 1F | 4B |
| Octal | 304 | 252 | 322 | 7 | 23 | 0 | 22 | 427 | 37 | 113 |
| Binary | 11000100 | 10101010 | 11010010 | 111 | 10011 | 0 | 10010 | 100010111 | 11111 | 1001011 |
Color Harmonies of #C4AAD2
Complementary color
Monochromatic Colors of #C4AAD2
Black with #C4AAD2
Text Example
Text Example
White with #C4AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAD2; }
p { color: rgb(196,170,210); }
H1.HeaderClassName
{
color: #C4AAD2;
}
.AnyTagClassName
{
color: #C4AAD2;
}
</style>
background-color css
<style>
a { background-color: #C4AAD2; }
a { background-color: rgb(196,170,210); }
div.DivClassName
{
background-color: #C4AAD2;
}
.BgClassName
{
background-color: #C4AAD2;
}
</style>
border-color css
<style>
span { border-color: #C4AAD2; }
span { border-color: rgb(196,170,210); }
td.TdClassName
{
border-color: #C4AAD2;
}
.TagClassName
{
border-color: #C4AAD2;
}
</style>