Shades of Prelude #C2ACCB
Tints of Prelude #C2ACCB
RGB
CMYK
RGB Variations
Color information
#C2ACCB (or 0xC2ACCB) is known color: Prelude. HEX triplet: C2, AC and CB. RGB value is (194,172,203). Sum of RGB (Red+Green+Blue) = 194+172+203=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCB is #3D5334. Grayscale: #B6B6B6. Windows color (decimal): -4018997 or 13348034. OLE color: 13348034.
HSL color Cylindrical-coordinate representation of color #C2ACCB: hue angle of 282.58º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ACCB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 172 | 203 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 282.58º | 0.23% | 0.74% | - |
| HSV(B) | 282.58º | 0.15% | 0.8% | - |
| XYZ | 47.78 | 45.29 | 62.72 | - |
| YUV | 182.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 203 | 0.04 | 0.15 | 0 | 0.20 | 282.58 | 0.23 | 0.74 |
| Hex | C2 | AC | CB | 4 | F | 0 | 14 | 11B | 17 | 4A |
| Octal | 302 | 254 | 313 | 4 | 17 | 0 | 24 | 433 | 27 | 112 |
| Binary | 11000010 | 10101100 | 11001011 | 100 | 1111 | 0 | 10100 | 100011011 | 10111 | 1001010 |
Color Harmonies of #C2ACCB
Complementary color
Monochromatic Colors of #C2ACCB
Black with #C2ACCB
Text Example
Text Example
White with #C2ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACCB; }
p { color: rgb(194,172,203); }
H1.HeaderClassName
{
color: #C2ACCB;
}
.AnyTagClassName
{
color: #C2ACCB;
}
</style>
background-color css
<style>
a { background-color: #C2ACCB; }
a { background-color: rgb(194,172,203); }
div.DivClassName
{
background-color: #C2ACCB;
}
.BgClassName
{
background-color: #C2ACCB;
}
</style>
border-color css
<style>
span { border-color: #C2ACCB; }
span { border-color: rgb(194,172,203); }
td.TdClassName
{
border-color: #C2ACCB;
}
.TagClassName
{
border-color: #C2ACCB;
}
</style>