Shades of Perfume #C2ADDA
Tints of Perfume #C2ADDA
RGB
CMYK
RGB Variations
Color information
#C2ADDA (or 0xC2ADDA) is known color: Perfume. HEX triplet: C2, AD and DA. RGB value is (194,173,218). Sum of RGB (Red+Green+Blue) = 194+173+218=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDA is #3D5225. Grayscale: #B8B8B8. Windows color (decimal): -4018726 or 14331330. OLE color: 14331330.
HSL color Cylindrical-coordinate representation of color #C2ADDA: hue angle of 268º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2ADDA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 173 | 218 | - |
CMYK | 0.11 | 0.21 | 0 | 0.15 |
HSL | 268º | 0.38% | 0.77% | - |
HSV(B) | 268º | 0.21% | 0.85% | - |
XYZ | 49.85 | 46.42 | 72.66 | - |
YUV | 184.41 | 146.96 | 134.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 218 | 0.11 | 0.21 | 0 | 0.15 | 268 | 0.38 | 0.77 |
Hex | C2 | AD | DA | B | 15 | 0 | F | 10C | 26 | 4D |
Octal | 302 | 255 | 332 | 13 | 25 | 0 | 17 | 414 | 46 | 115 |
Binary | 11000010 | 10101101 | 11011010 | 1011 | 10101 | 0 | 1111 | 100001100 | 100110 | 1001101 |
Color Harmonies of #C2ADDA
Complementary color
Monochromatic Colors of #C2ADDA
Black with #C2ADDA
Text Example
Text Example
White with #C2ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADDA; }
p { color: rgb(194,173,218); }
H1.HeaderClassName
{
color: #C2ADDA;
}
.AnyTagClassName
{
color: #C2ADDA;
}
</style>
background-color css
<style>
a { background-color: #C2ADDA; }
a { background-color: rgb(194,173,218); }
div.DivClassName
{
background-color: #C2ADDA;
}
.BgClassName
{
background-color: #C2ADDA;
}
</style>
border-color css
<style>
span { border-color: #C2ADDA; }
span { border-color: rgb(194,173,218); }
td.TdClassName
{
border-color: #C2ADDA;
}
.TagClassName
{
border-color: #C2ADDA;
}
</style>