Shades of Perfume #C2ADE3
Tints of Perfume #C2ADE3
RGB
CMYK
RGB Variations
Color information
#C2ADE3 (or 0xC2ADE3) is known color: Perfume. HEX triplet: C2, AD and E3. RGB value is (194,173,227). Sum of RGB (Red+Green+Blue) = 194+173+227=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #C2ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADE3 is #3D521C. Grayscale: #B9B9B9. Windows color (decimal): -4018717 or 14921154. OLE color: 14921154.
HSL color Cylindrical-coordinate representation of color #C2ADE3: hue angle of 263.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ADE3 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 173 | 227 | - |
CMYK | 0.15 | 0.24 | 0 | 0.11 |
HSL | 263.33º | 0.49% | 0.78% | - |
HSV(B) | 263.33º | 0.24% | 0.89% | - |
XYZ | 51.06 | 46.9 | 79.04 | - |
YUV | 185.44 | 151.46 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 227 | 0.15 | 0.24 | 0 | 0.11 | 263.33 | 0.49 | 0.78 |
Hex | C2 | AD | E3 | F | 18 | 0 | B | 107 | 31 | 4E |
Octal | 302 | 255 | 343 | 17 | 30 | 0 | 13 | 407 | 61 | 116 |
Binary | 11000010 | 10101101 | 11100011 | 1111 | 11000 | 0 | 1011 | 100000111 | 110001 | 1001110 |
Color Harmonies of #C2ADE3
Complementary color
Monochromatic Colors of #C2ADE3
Black with #C2ADE3
Text Example
Text Example
White with #C2ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADE3; }
p { color: rgb(194,173,227); }
H1.HeaderClassName
{
color: #C2ADE3;
}
.AnyTagClassName
{
color: #C2ADE3;
}
</style>
background-color css
<style>
a { background-color: #C2ADE3; }
a { background-color: rgb(194,173,227); }
div.DivClassName
{
background-color: #C2ADE3;
}
.BgClassName
{
background-color: #C2ADE3;
}
</style>
border-color css
<style>
span { border-color: #C2ADE3; }
span { border-color: rgb(194,173,227); }
td.TdClassName
{
border-color: #C2ADE3;
}
.TagClassName
{
border-color: #C2ADE3;
}
</style>