Shades of Perfume #C2AEDC
Tints of Perfume #C2AEDC
RGB
CMYK
RGB Variations
Color information
#C2AEDC (or 0xC2AEDC) is known color: Perfume. HEX triplet: C2, AE and DC. RGB value is (194,174,220). Sum of RGB (Red+Green+Blue) = 194+174+220=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEDC is #3D5123. Grayscale: #B9B9B9. Windows color (decimal): -4018468 or 14462658. OLE color: 14462658.
HSL color Cylindrical-coordinate representation of color #C2AEDC: hue angle of 266.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AEDC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 174 | 220 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.14 |
| HSL | 266.09º | 0.4% | 0.77% | - |
| HSV(B) | 266.09º | 0.21% | 0.86% | - |
| XYZ | 50.3 | 46.91 | 74.11 | - |
| YUV | 185.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 220 | 0.12 | 0.21 | 0 | 0.14 | 266.09 | 0.4 | 0.77 |
| Hex | C2 | AE | DC | C | 15 | 0 | E | 10A | 28 | 4D |
| Octal | 302 | 256 | 334 | 14 | 25 | 0 | 16 | 412 | 50 | 115 |
| Binary | 11000010 | 10101110 | 11011100 | 1100 | 10101 | 0 | 1110 | 100001010 | 101000 | 1001101 |
Color Harmonies of #C2AEDC
Complementary color
Monochromatic Colors of #C2AEDC
Black with #C2AEDC
Text Example
Text Example
White with #C2AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEDC; }
p { color: rgb(194,174,220); }
H1.HeaderClassName
{
color: #C2AEDC;
}
.AnyTagClassName
{
color: #C2AEDC;
}
</style>
background-color css
<style>
a { background-color: #C2AEDC; }
a { background-color: rgb(194,174,220); }
div.DivClassName
{
background-color: #C2AEDC;
}
.BgClassName
{
background-color: #C2AEDC;
}
</style>
border-color css
<style>
span { border-color: #C2AEDC; }
span { border-color: rgb(194,174,220); }
td.TdClassName
{
border-color: #C2AEDC;
}
.TagClassName
{
border-color: #C2AEDC;
}
</style>