Shades of Perfume #C4ADEB
Tints of Perfume #C4ADEB
RGB
CMYK
RGB Variations
Color information
#C4ADEB (or 0xC4ADEB) is known color: Perfume. HEX triplet: C4, AD and EB. RGB value is (196,173,235). Sum of RGB (Red+Green+Blue) = 196+173+235=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADEB is #3B5214. Grayscale: #BABABA. Windows color (decimal): -3887637 or 15445444. OLE color: 15445444.
HSL color Cylindrical-coordinate representation of color #C4ADEB: hue angle of 262.26º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4ADEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 173 | 235 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.08 |
| HSL | 262.26º | 0.61% | 0.8% | - |
| HSV(B) | 262.26º | 0.26% | 0.92% | - |
| XYZ | 52.7 | 47.62 | 85.01 | - |
| YUV | 186.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 235 | 0.17 | 0.26 | 0 | 0.08 | 262.26 | 0.61 | 0.8 |
| Hex | C4 | AD | EB | 11 | 1A | 0 | 8 | 106 | 3D | 50 |
| Octal | 304 | 255 | 353 | 21 | 32 | 0 | 10 | 406 | 75 | 120 |
| Binary | 11000100 | 10101101 | 11101011 | 10001 | 11010 | 0 | 1000 | 100000110 | 111101 | 1010000 |
Color Harmonies of #C4ADEB
Complementary color
Monochromatic Colors of #C4ADEB
Black with #C4ADEB
Text Example
Text Example
White with #C4ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADEB; }
p { color: rgb(196,173,235); }
H1.HeaderClassName
{
color: #C4ADEB;
}
.AnyTagClassName
{
color: #C4ADEB;
}
</style>
background-color css
<style>
a { background-color: #C4ADEB; }
a { background-color: rgb(196,173,235); }
div.DivClassName
{
background-color: #C4ADEB;
}
.BgClassName
{
background-color: #C4ADEB;
}
</style>
border-color css
<style>
span { border-color: #C4ADEB; }
span { border-color: rgb(196,173,235); }
td.TdClassName
{
border-color: #C4ADEB;
}
.TagClassName
{
border-color: #C4ADEB;
}
</style>