Shades of Perfume #C1AED8
Tints of Perfume #C1AED8
RGB
CMYK
RGB Variations
Color information
#C1AED8 (or 0xC1AED8) is known color: Perfume. HEX triplet: C1, AE and D8. RGB value is (193,174,216). Sum of RGB (Red+Green+Blue) = 193+174+216=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AED8 is #3E5127. Grayscale: #B8B8B8. Windows color (decimal): -4084008 or 14200513. OLE color: 14200513.
HSL color Cylindrical-coordinate representation of color #C1AED8: hue angle of 267.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1AED8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 174 | 216 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.15 |
| HSL | 267.14º | 0.35% | 0.76% | - |
| HSV(B) | 267.14º | 0.19% | 0.85% | - |
| XYZ | 49.52 | 46.57 | 71.34 | - |
| YUV | 184.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 216 | 0.11 | 0.19 | 0 | 0.15 | 267.14 | 0.35 | 0.76 |
| Hex | C1 | AE | D8 | B | 13 | 0 | F | 10B | 23 | 4C |
| Octal | 301 | 256 | 330 | 13 | 23 | 0 | 17 | 413 | 43 | 114 |
| Binary | 11000001 | 10101110 | 11011000 | 1011 | 10011 | 0 | 1111 | 100001011 | 100011 | 1001100 |
Color Harmonies of #C1AED8
Complementary color
Monochromatic Colors of #C1AED8
Black with #C1AED8
Text Example
Text Example
White with #C1AED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AED8; }
p { color: rgb(193,174,216); }
H1.HeaderClassName
{
color: #C1AED8;
}
.AnyTagClassName
{
color: #C1AED8;
}
</style>
background-color css
<style>
a { background-color: #C1AED8; }
a { background-color: rgb(193,174,216); }
div.DivClassName
{
background-color: #C1AED8;
}
.BgClassName
{
background-color: #C1AED8;
}
</style>
border-color css
<style>
span { border-color: #C1AED8; }
span { border-color: rgb(193,174,216); }
td.TdClassName
{
border-color: #C1AED8;
}
.TagClassName
{
border-color: #C1AED8;
}
</style>