Shades of Perfume #C3ADD5
Tints of Perfume #C3ADD5
RGB
CMYK
RGB Variations
Color information
#C3ADD5 (or 0xC3ADD5) is known color: Perfume. HEX triplet: C3, AD and D5. RGB value is (195,173,213). Sum of RGB (Red+Green+Blue) = 195+173+213=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADD5 is #3C522A. Grayscale: #B8B8B8. Windows color (decimal): -3953195 or 14003651. OLE color: 14003651.
HSL color Cylindrical-coordinate representation of color #C3ADD5: hue angle of 273º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3ADD5 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 173 | 213 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.16 |
| HSL | 273º | 0.32% | 0.76% | - |
| HSV(B) | 273º | 0.19% | 0.84% | - |
| XYZ | 49.46 | 46.29 | 69.28 | - |
| YUV | 184.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 213 | 0.08 | 0.19 | 0 | 0.16 | 273 | 0.32 | 0.76 |
| Hex | C3 | AD | D5 | 8 | 13 | 0 | 10 | 111 | 20 | 4C |
| Octal | 303 | 255 | 325 | 10 | 23 | 0 | 20 | 421 | 40 | 114 |
| Binary | 11000011 | 10101101 | 11010101 | 1000 | 10011 | 0 | 10000 | 100010001 | 100000 | 1001100 |
Color Harmonies of #C3ADD5
Complementary color
Monochromatic Colors of #C3ADD5
Black with #C3ADD5
Text Example
Text Example
White with #C3ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADD5; }
p { color: rgb(195,173,213); }
H1.HeaderClassName
{
color: #C3ADD5;
}
.AnyTagClassName
{
color: #C3ADD5;
}
</style>
background-color css
<style>
a { background-color: #C3ADD5; }
a { background-color: rgb(195,173,213); }
div.DivClassName
{
background-color: #C3ADD5;
}
.BgClassName
{
background-color: #C3ADD5;
}
</style>
border-color css
<style>
span { border-color: #C3ADD5; }
span { border-color: rgb(195,173,213); }
td.TdClassName
{
border-color: #C3ADD5;
}
.TagClassName
{
border-color: #C3ADD5;
}
</style>