Shades of Perfume #C2ADD1
Tints of Perfume #C2ADD1
RGB
CMYK
RGB Variations
Color information
#C2ADD1 (or 0xC2ADD1) is known color: Perfume. HEX triplet: C2, AD and D1. RGB value is (194,173,209). Sum of RGB (Red+Green+Blue) = 194+173+209=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADD1 is #3D522E. Grayscale: #B7B7B7. Windows color (decimal): -4018735 or 13741506. OLE color: 13741506.
HSL color Cylindrical-coordinate representation of color #C2ADD1: hue angle of 275º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2ADD1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 173 | 209 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.18 |
| HSL | 275º | 0.28% | 0.75% | - |
| HSV(B) | 275º | 0.17% | 0.82% | - |
| XYZ | 48.7 | 45.96 | 66.63 | - |
| YUV | 183.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 209 | 0.07 | 0.17 | 0 | 0.18 | 275 | 0.28 | 0.75 |
| Hex | C2 | AD | D1 | 7 | 11 | 0 | 12 | 113 | 1C | 4B |
| Octal | 302 | 255 | 321 | 7 | 21 | 0 | 22 | 423 | 34 | 113 |
| Binary | 11000010 | 10101101 | 11010001 | 111 | 10001 | 0 | 10010 | 100010011 | 11100 | 1001011 |
Color Harmonies of #C2ADD1
Complementary color
Monochromatic Colors of #C2ADD1
Black with #C2ADD1
Text Example
Text Example
White with #C2ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADD1; }
p { color: rgb(194,173,209); }
H1.HeaderClassName
{
color: #C2ADD1;
}
.AnyTagClassName
{
color: #C2ADD1;
}
</style>
background-color css
<style>
a { background-color: #C2ADD1; }
a { background-color: rgb(194,173,209); }
div.DivClassName
{
background-color: #C2ADD1;
}
.BgClassName
{
background-color: #C2ADD1;
}
</style>
border-color css
<style>
span { border-color: #C2ADD1; }
span { border-color: rgb(194,173,209); }
td.TdClassName
{
border-color: #C2ADD1;
}
.TagClassName
{
border-color: #C2ADD1;
}
</style>