Shades of Perfume #C4ADDC
Tints of Perfume #C4ADDC
RGB
CMYK
RGB Variations
Color information
#C4ADDC (or 0xC4ADDC) is known color: Perfume. HEX triplet: C4, AD and DC. RGB value is (196,173,220). Sum of RGB (Red+Green+Blue) = 196+173+220=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDC is #3B5223. Grayscale: #B9B9B9. Windows color (decimal): -3887652 or 14462404. OLE color: 14462404.
HSL color Cylindrical-coordinate representation of color #C4ADDC: hue angle of 269.36º 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 #C4ADDC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 173 | 220 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.14 |
| HSL | 269.36º | 0.4% | 0.77% | - |
| HSV(B) | 269.36º | 0.21% | 0.86% | - |
| XYZ | 50.63 | 46.79 | 74.07 | - |
| YUV | 185.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 220 | 0.11 | 0.21 | 0 | 0.14 | 269.36 | 0.4 | 0.77 |
| Hex | C4 | AD | DC | B | 15 | 0 | E | 10D | 28 | 4D |
| Octal | 304 | 255 | 334 | 13 | 25 | 0 | 16 | 415 | 50 | 115 |
| Binary | 11000100 | 10101101 | 11011100 | 1011 | 10101 | 0 | 1110 | 100001101 | 101000 | 1001101 |
Color Harmonies of #C4ADDC
Complementary color
Monochromatic Colors of #C4ADDC
Black with #C4ADDC
Text Example
Text Example
White with #C4ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADDC; }
p { color: rgb(196,173,220); }
H1.HeaderClassName
{
color: #C4ADDC;
}
.AnyTagClassName
{
color: #C4ADDC;
}
</style>
background-color css
<style>
a { background-color: #C4ADDC; }
a { background-color: rgb(196,173,220); }
div.DivClassName
{
background-color: #C4ADDC;
}
.BgClassName
{
background-color: #C4ADDC;
}
</style>
border-color css
<style>
span { border-color: #C4ADDC; }
span { border-color: rgb(196,173,220); }
td.TdClassName
{
border-color: #C4ADDC;
}
.TagClassName
{
border-color: #C4ADDC;
}
</style>