Shades of Perfume #C1ADCF
Tints of Perfume #C1ADCF
RGB
CMYK
RGB Variations
Color information
#C1ADCF (or 0xC1ADCF) is known color: Perfume. HEX triplet: C1, AD and CF. RGB value is (193,173,207). Sum of RGB (Red+Green+Blue) = 193+173+207=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCF is #3E5230. Grayscale: #B6B6B6. Windows color (decimal): -4084273 or 13610433. OLE color: 13610433.
HSL color Cylindrical-coordinate representation of color #C1ADCF: hue angle of 275.29º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ADCF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 173 | 207 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.19 |
| HSL | 275.29º | 0.26% | 0.75% | - |
| HSV(B) | 275.29º | 0.16% | 0.81% | - |
| XYZ | 48.2 | 45.73 | 65.32 | - |
| YUV | 182.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 207 | 0.07 | 0.16 | 0 | 0.19 | 275.29 | 0.26 | 0.75 |
| Hex | C1 | AD | CF | 7 | 10 | 0 | 13 | 113 | 1A | 4B |
| Octal | 301 | 255 | 317 | 7 | 20 | 0 | 23 | 423 | 32 | 113 |
| Binary | 11000001 | 10101101 | 11001111 | 111 | 10000 | 0 | 10011 | 100010011 | 11010 | 1001011 |
Color Harmonies of #C1ADCF
Complementary color
Monochromatic Colors of #C1ADCF
Black with #C1ADCF
Text Example
Text Example
White with #C1ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADCF; }
p { color: rgb(193,173,207); }
H1.HeaderClassName
{
color: #C1ADCF;
}
.AnyTagClassName
{
color: #C1ADCF;
}
</style>
background-color css
<style>
a { background-color: #C1ADCF; }
a { background-color: rgb(193,173,207); }
div.DivClassName
{
background-color: #C1ADCF;
}
.BgClassName
{
background-color: #C1ADCF;
}
</style>
border-color css
<style>
span { border-color: #C1ADCF; }
span { border-color: rgb(193,173,207); }
td.TdClassName
{
border-color: #C1ADCF;
}
.TagClassName
{
border-color: #C1ADCF;
}
</style>