Shades of Prelude #C2ACCC
Tints of Prelude #C2ACCC
RGB
CMYK
RGB Variations
Color information
#C2ACCC (or 0xC2ACCC) is known color: Prelude. HEX triplet: C2, AC and CC. RGB value is (194,172,204). Sum of RGB (Red+Green+Blue) = 194+172+204=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCC is #3D5333. Grayscale: #B6B6B6. Windows color (decimal): -4018996 or 13413570. OLE color: 13413570.
HSL color Cylindrical-coordinate representation of color #C2ACCC: hue angle of 281.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ACCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 172 | 204 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.2 |
| HSL | 281.25º | 0.24% | 0.74% | - |
| HSV(B) | 281.25º | 0.16% | 0.8% | - |
| XYZ | 47.9 | 45.33 | 63.35 | - |
| YUV | 182.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 204 | 0.05 | 0.16 | 0 | 0.2 | 281.25 | 0.24 | 0.74 |
| Hex | C2 | AC | CC | 5 | 10 | 0 | 14 | 119 | 18 | 4A |
| Octal | 302 | 254 | 314 | 5 | 20 | 0 | 24 | 431 | 30 | 112 |
| Binary | 11000010 | 10101100 | 11001100 | 101 | 10000 | 0 | 10100 | 100011001 | 11000 | 1001010 |
Color Harmonies of #C2ACCC
Complementary color
Monochromatic Colors of #C2ACCC
Black with #C2ACCC
Text Example
Text Example
White with #C2ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACCC; }
p { color: rgb(194,172,204); }
H1.HeaderClassName
{
color: #C2ACCC;
}
.AnyTagClassName
{
color: #C2ACCC;
}
</style>
background-color css
<style>
a { background-color: #C2ACCC; }
a { background-color: rgb(194,172,204); }
div.DivClassName
{
background-color: #C2ACCC;
}
.BgClassName
{
background-color: #C2ACCC;
}
</style>
border-color css
<style>
span { border-color: #C2ACCC; }
span { border-color: rgb(194,172,204); }
td.TdClassName
{
border-color: #C2ACCC;
}
.TagClassName
{
border-color: #C2ACCC;
}
</style>