Shades of Prelude #C2ACCD
Tints of Prelude #C2ACCD
RGB
CMYK
RGB Variations
Color information
#C2ACCD (or 0xC2ACCD) is known color: Prelude. HEX triplet: C2, AC and CD. RGB value is (194,172,205). Sum of RGB (Red+Green+Blue) = 194+172+205=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCD is #3D5332. Grayscale: #B6B6B6. Windows color (decimal): -4018995 or 13479106. OLE color: 13479106.
HSL color Cylindrical-coordinate representation of color #C2ACCD: hue angle of 280º degrees, saturation: 0.25, 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 #C2ACCD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 172 | 205 | - |
CMYK | 0.05 | 0.16 | 0 | 0.20 |
HSL | 280º | 0.25% | 0.74% | - |
HSV(B) | 280º | 0.16% | 0.8% | - |
XYZ | 48.02 | 45.38 | 63.99 | - |
YUV | 182.34 | 140.79 | 136.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 205 | 0.05 | 0.16 | 0 | 0.20 | 280 | 0.25 | 0.74 |
Hex | C2 | AC | CD | 5 | 10 | 0 | 14 | 118 | 19 | 4A |
Octal | 302 | 254 | 315 | 5 | 20 | 0 | 24 | 430 | 31 | 112 |
Binary | 11000010 | 10101100 | 11001101 | 101 | 10000 | 0 | 10100 | 100011000 | 11001 | 1001010 |
Color Harmonies of #C2ACCD
Complementary color
Monochromatic Colors of #C2ACCD
Black with #C2ACCD
Text Example
Text Example
White with #C2ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACCD; }
p { color: rgb(194,172,205); }
H1.HeaderClassName
{
color: #C2ACCD;
}
.AnyTagClassName
{
color: #C2ACCD;
}
</style>
background-color css
<style>
a { background-color: #C2ACCD; }
a { background-color: rgb(194,172,205); }
div.DivClassName
{
background-color: #C2ACCD;
}
.BgClassName
{
background-color: #C2ACCD;
}
</style>
border-color css
<style>
span { border-color: #C2ACCD; }
span { border-color: rgb(194,172,205); }
td.TdClassName
{
border-color: #C2ACCD;
}
.TagClassName
{
border-color: #C2ACCD;
}
</style>