Shades of Prelude #C2AEC9
Tints of Prelude #C2AEC9
RGB
CMYK
RGB Variations
Color information
#C2AEC9 (or 0xC2AEC9) is known color: Prelude. HEX triplet: C2, AE and C9. RGB value is (194,174,201). Sum of RGB (Red+Green+Blue) = 194+174+201=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC9 is #3D5136. Grayscale: #B6B6B6. Windows color (decimal): -4018487 or 13217474. OLE color: 13217474.
HSL color Cylindrical-coordinate representation of color #C2AEC9: hue angle of 284.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AEC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 174 | 201 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.21 |
| HSL | 284.44º | 0.2% | 0.74% | - |
| HSV(B) | 284.44º | 0.13% | 0.79% | - |
| XYZ | 47.93 | 45.96 | 61.6 | - |
| YUV | 183.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 201 | 0.03 | 0.13 | 0 | 0.21 | 284.44 | 0.2 | 0.74 |
| Hex | C2 | AE | C9 | 3 | D | 0 | 15 | 11C | 14 | 4A |
| Octal | 302 | 256 | 311 | 3 | 15 | 0 | 25 | 434 | 24 | 112 |
| Binary | 11000010 | 10101110 | 11001001 | 11 | 1101 | 0 | 10101 | 100011100 | 10100 | 1001010 |
Color Harmonies of #C2AEC9
Complementary color
Monochromatic Colors of #C2AEC9
Black with #C2AEC9
Text Example
Text Example
White with #C2AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEC9; }
p { color: rgb(194,174,201); }
H1.HeaderClassName
{
color: #C2AEC9;
}
.AnyTagClassName
{
color: #C2AEC9;
}
</style>
background-color css
<style>
a { background-color: #C2AEC9; }
a { background-color: rgb(194,174,201); }
div.DivClassName
{
background-color: #C2AEC9;
}
.BgClassName
{
background-color: #C2AEC9;
}
</style>
border-color css
<style>
span { border-color: #C2AEC9; }
span { border-color: rgb(194,174,201); }
td.TdClassName
{
border-color: #C2AEC9;
}
.TagClassName
{
border-color: #C2AEC9;
}
</style>