Shades of Perfume #C3ADDF
Tints of Perfume #C3ADDF
RGB
CMYK
RGB Variations
Color information
#C3ADDF (or 0xC3ADDF) is known color: Perfume. HEX triplet: C3, AD and DF. RGB value is (195,173,223). Sum of RGB (Red+Green+Blue) = 195+173+223=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADDF is #3C5220. Grayscale: #B9B9B9. Windows color (decimal): -3953185 or 14659011. OLE color: 14659011.
HSL color Cylindrical-coordinate representation of color #C3ADDF: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3ADDF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 173 | 223 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.13 |
| HSL | 266.4º | 0.44% | 0.78% | - |
| HSV(B) | 266.4º | 0.22% | 0.87% | - |
| XYZ | 50.77 | 46.82 | 76.17 | - |
| YUV | 185.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 223 | 0.13 | 0.22 | 0 | 0.13 | 266.4 | 0.44 | 0.78 |
| Hex | C3 | AD | DF | D | 16 | 0 | D | 10A | 2C | 4E |
| Octal | 303 | 255 | 337 | 15 | 26 | 0 | 15 | 412 | 54 | 116 |
| Binary | 11000011 | 10101101 | 11011111 | 1101 | 10110 | 0 | 1101 | 100001010 | 101100 | 1001110 |
Color Harmonies of #C3ADDF
Complementary color
Monochromatic Colors of #C3ADDF
Black with #C3ADDF
Text Example
Text Example
White with #C3ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADDF; }
p { color: rgb(195,173,223); }
H1.HeaderClassName
{
color: #C3ADDF;
}
.AnyTagClassName
{
color: #C3ADDF;
}
</style>
background-color css
<style>
a { background-color: #C3ADDF; }
a { background-color: rgb(195,173,223); }
div.DivClassName
{
background-color: #C3ADDF;
}
.BgClassName
{
background-color: #C3ADDF;
}
</style>
border-color css
<style>
span { border-color: #C3ADDF; }
span { border-color: rgb(195,173,223); }
td.TdClassName
{
border-color: #C3ADDF;
}
.TagClassName
{
border-color: #C3ADDF;
}
</style>