Shades of Prelude #C2AECF
Tints of Prelude #C2AECF
RGB
CMYK
RGB Variations
Color information
#C2AECF (or 0xC2AECF) is known color: Prelude. HEX triplet: C2, AE and CF. RGB value is (194,174,207). Sum of RGB (Red+Green+Blue) = 194+174+207=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECF is #3D5130. Grayscale: #B7B7B7. Windows color (decimal): -4018481 or 13610690. OLE color: 13610690.
HSL color Cylindrical-coordinate representation of color #C2AECF: hue angle of 276.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2AECF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 174 | 207 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.19 |
| HSL | 276.36º | 0.26% | 0.75% | - |
| HSV(B) | 276.36º | 0.16% | 0.81% | - |
| XYZ | 48.65 | 46.25 | 65.39 | - |
| YUV | 183.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 207 | 0.06 | 0.16 | 0 | 0.19 | 276.36 | 0.26 | 0.75 |
| Hex | C2 | AE | CF | 6 | 10 | 0 | 13 | 114 | 1A | 4B |
| Octal | 302 | 256 | 317 | 6 | 20 | 0 | 23 | 424 | 32 | 113 |
| Binary | 11000010 | 10101110 | 11001111 | 110 | 10000 | 0 | 10011 | 100010100 | 11010 | 1001011 |
Color Harmonies of #C2AECF
Complementary color
Monochromatic Colors of #C2AECF
Black with #C2AECF
Text Example
Text Example
White with #C2AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AECF; }
p { color: rgb(194,174,207); }
H1.HeaderClassName
{
color: #C2AECF;
}
.AnyTagClassName
{
color: #C2AECF;
}
</style>
background-color css
<style>
a { background-color: #C2AECF; }
a { background-color: rgb(194,174,207); }
div.DivClassName
{
background-color: #C2AECF;
}
.BgClassName
{
background-color: #C2AECF;
}
</style>
border-color css
<style>
span { border-color: #C2AECF; }
span { border-color: rgb(194,174,207); }
td.TdClassName
{
border-color: #C2AECF;
}
.TagClassName
{
border-color: #C2AECF;
}
</style>