Shades of Perfume #C4ADE8
Tints of Perfume #C4ADE8
RGB
CMYK
RGB Variations
Color information
#C4ADE8 (or 0xC4ADE8) is known color: Perfume. HEX triplet: C4, AD and E8. RGB value is (196,173,232). Sum of RGB (Red+Green+Blue) = 196+173+232=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADE8 is #3B5217. Grayscale: #BABABA. Windows color (decimal): -3887640 or 15248836. OLE color: 15248836.
HSL color Cylindrical-coordinate representation of color #C4ADE8: hue angle of 263.39º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4ADE8 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 173 | 232 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.09 |
| HSL | 263.39º | 0.56% | 0.79% | - |
| HSV(B) | 263.39º | 0.25% | 0.91% | - |
| XYZ | 52.27 | 47.45 | 82.75 | - |
| YUV | 186.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 232 | 0.16 | 0.25 | 0 | 0.09 | 263.39 | 0.56 | 0.79 |
| Hex | C4 | AD | E8 | 10 | 19 | 0 | 9 | 107 | 38 | 4F |
| Octal | 304 | 255 | 350 | 20 | 31 | 0 | 11 | 407 | 70 | 117 |
| Binary | 11000100 | 10101101 | 11101000 | 10000 | 11001 | 0 | 1001 | 100000111 | 111000 | 1001111 |
Color Harmonies of #C4ADE8
Complementary color
Monochromatic Colors of #C4ADE8
Black with #C4ADE8
Text Example
Text Example
White with #C4ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADE8; }
p { color: rgb(196,173,232); }
H1.HeaderClassName
{
color: #C4ADE8;
}
.AnyTagClassName
{
color: #C4ADE8;
}
</style>
background-color css
<style>
a { background-color: #C4ADE8; }
a { background-color: rgb(196,173,232); }
div.DivClassName
{
background-color: #C4ADE8;
}
.BgClassName
{
background-color: #C4ADE8;
}
</style>
border-color css
<style>
span { border-color: #C4ADE8; }
span { border-color: rgb(196,173,232); }
td.TdClassName
{
border-color: #C4ADE8;
}
.TagClassName
{
border-color: #C4ADE8;
}
</style>