Shades of Prelude #C2AAD0
Tints of Prelude #C2AAD0
RGB
CMYK
RGB Variations
Color information
#C2AAD0 (or 0xC2AAD0) is known color: Prelude. HEX triplet: C2, AA and D0. RGB value is (194,170,208). Sum of RGB (Red+Green+Blue) = 194+170+208=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAD0 is #3D552F. Grayscale: #B5B5B5. Windows color (decimal): -4019504 or 13675202. OLE color: 13675202.
HSL color Cylindrical-coordinate representation of color #C2AAD0: hue angle of 277.89º 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 #C2AAD0 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 170 | 208 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.18 |
| HSL | 277.89º | 0.29% | 0.74% | - |
| HSV(B) | 277.89º | 0.18% | 0.82% | - |
| XYZ | 48.01 | 44.77 | 65.79 | - |
| YUV | 181.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 208 | 0.07 | 0.18 | 0 | 0.18 | 277.89 | 0.29 | 0.74 |
| Hex | C2 | AA | D0 | 7 | 12 | 0 | 12 | 116 | 1D | 4A |
| Octal | 302 | 252 | 320 | 7 | 22 | 0 | 22 | 426 | 35 | 112 |
| Binary | 11000010 | 10101010 | 11010000 | 111 | 10010 | 0 | 10010 | 100010110 | 11101 | 1001010 |
Color Harmonies of #C2AAD0
Complementary color
Monochromatic Colors of #C2AAD0
Black with #C2AAD0
Text Example
Text Example
White with #C2AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAD0; }
p { color: rgb(194,170,208); }
H1.HeaderClassName
{
color: #C2AAD0;
}
.AnyTagClassName
{
color: #C2AAD0;
}
</style>
background-color css
<style>
a { background-color: #C2AAD0; }
a { background-color: rgb(194,170,208); }
div.DivClassName
{
background-color: #C2AAD0;
}
.BgClassName
{
background-color: #C2AAD0;
}
</style>
border-color css
<style>
span { border-color: #C2AAD0; }
span { border-color: rgb(194,170,208); }
td.TdClassName
{
border-color: #C2AAD0;
}
.TagClassName
{
border-color: #C2AAD0;
}
</style>