Shades of Perfume #C5ADDD
Tints of Perfume #C5ADDD
RGB
CMYK
RGB Variations
Color information
#C5ADDD (or 0xC5ADDD) is known color: Perfume. HEX triplet: C5, AD and DD. RGB value is (197,173,221). Sum of RGB (Red+Green+Blue) = 197+173+221=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADDD is #3A5222. Grayscale: #B9B9B9. Windows color (decimal): -3822115 or 14527941. OLE color: 14527941.
HSL color Cylindrical-coordinate representation of color #C5ADDD: hue angle of 270º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5ADDD is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 173 | 221 | - |
CMYK | 0.11 | 0.22 | 0 | 0.13 |
HSL | 270º | 0.41% | 0.77% | - |
HSV(B) | 270º | 0.22% | 0.87% | - |
XYZ | 51.02 | 46.98 | 74.79 | - |
YUV | 185.65 | 147.95 | 136.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 173 | 221 | 0.11 | 0.22 | 0 | 0.13 | 270 | 0.41 | 0.77 |
Hex | C5 | AD | DD | B | 16 | 0 | D | 10E | 29 | 4D |
Octal | 305 | 255 | 335 | 13 | 26 | 0 | 15 | 416 | 51 | 115 |
Binary | 11000101 | 10101101 | 11011101 | 1011 | 10110 | 0 | 1101 | 100001110 | 101001 | 1001101 |
Color Harmonies of #C5ADDD
Complementary color
Monochromatic Colors of #C5ADDD
Black with #C5ADDD
Text Example
Text Example
White with #C5ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADDD; }
p { color: rgb(197,173,221); }
H1.HeaderClassName
{
color: #C5ADDD;
}
.AnyTagClassName
{
color: #C5ADDD;
}
</style>
background-color css
<style>
a { background-color: #C5ADDD; }
a { background-color: rgb(197,173,221); }
div.DivClassName
{
background-color: #C5ADDD;
}
.BgClassName
{
background-color: #C5ADDD;
}
</style>
border-color css
<style>
span { border-color: #C5ADDD; }
span { border-color: rgb(197,173,221); }
td.TdClassName
{
border-color: #C5ADDD;
}
.TagClassName
{
border-color: #C5ADDD;
}
</style>