Shades of Perfume #C2ADE1
Tints of Perfume #C2ADE1
RGB
CMYK
RGB Variations
Color information
#C2ADE1 (or 0xC2ADE1) is known color: Perfume. HEX triplet: C2, AD and E1. RGB value is (194,173,225). Sum of RGB (Red+Green+Blue) = 194+173+225=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADE1 is #3D521E. Grayscale: #B9B9B9. Windows color (decimal): -4018719 or 14790082. OLE color: 14790082.
HSL color Cylindrical-coordinate representation of color #C2ADE1: hue angle of 264.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2ADE1 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 173 | 225 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.12 |
| HSL | 264.23º | 0.46% | 0.78% | - |
| HSV(B) | 264.23º | 0.23% | 0.88% | - |
| XYZ | 50.78 | 46.79 | 77.59 | - |
| YUV | 185.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 225 | 0.14 | 0.23 | 0 | 0.12 | 264.23 | 0.46 | 0.78 |
| Hex | C2 | AD | E1 | E | 17 | 0 | C | 108 | 2E | 4E |
| Octal | 302 | 255 | 341 | 16 | 27 | 0 | 14 | 410 | 56 | 116 |
| Binary | 11000010 | 10101101 | 11100001 | 1110 | 10111 | 0 | 1100 | 100001000 | 101110 | 1001110 |
Color Harmonies of #C2ADE1
Complementary color
Monochromatic Colors of #C2ADE1
Black with #C2ADE1
Text Example
Text Example
White with #C2ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADE1; }
p { color: rgb(194,173,225); }
H1.HeaderClassName
{
color: #C2ADE1;
}
.AnyTagClassName
{
color: #C2ADE1;
}
</style>
background-color css
<style>
a { background-color: #C2ADE1; }
a { background-color: rgb(194,173,225); }
div.DivClassName
{
background-color: #C2ADE1;
}
.BgClassName
{
background-color: #C2ADE1;
}
</style>
border-color css
<style>
span { border-color: #C2ADE1; }
span { border-color: rgb(194,173,225); }
td.TdClassName
{
border-color: #C2ADE1;
}
.TagClassName
{
border-color: #C2ADE1;
}
</style>