Shades of Perfume #C8ADEB
Tints of Perfume #C8ADEB
RGB
CMYK
RGB Variations
Color information
#C8ADEB (or 0xC8ADEB) is known color: Perfume. HEX triplet: C8, AD and EB. RGB value is (200,173,235). Sum of RGB (Red+Green+Blue) = 200+173+235=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADEB is #375214. Grayscale: #BBBBBB. Windows color (decimal): -3625493 or 15445448. OLE color: 15445448.
HSL color Cylindrical-coordinate representation of color #C8ADEB: hue angle of 266.13º 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 #C8ADEB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 173 | 235 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.08 |
| HSL | 266.13º | 0.61% | 0.8% | - |
| HSV(B) | 266.13º | 0.26% | 0.92% | - |
| XYZ | 53.76 | 48.16 | 85.06 | - |
| YUV | 188.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 235 | 0.15 | 0.26 | 0 | 0.08 | 266.13 | 0.61 | 0.8 |
| Hex | C8 | AD | EB | F | 1A | 0 | 8 | 10A | 3D | 50 |
| Octal | 310 | 255 | 353 | 17 | 32 | 0 | 10 | 412 | 75 | 120 |
| Binary | 11001000 | 10101101 | 11101011 | 1111 | 11010 | 0 | 1000 | 100001010 | 111101 | 1010000 |
Color Harmonies of #C8ADEB
Complementary color
Monochromatic Colors of #C8ADEB
Black with #C8ADEB
Text Example
Text Example
White with #C8ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADEB; }
p { color: rgb(200,173,235); }
H1.HeaderClassName
{
color: #C8ADEB;
}
.AnyTagClassName
{
color: #C8ADEB;
}
</style>
background-color css
<style>
a { background-color: #C8ADEB; }
a { background-color: rgb(200,173,235); }
div.DivClassName
{
background-color: #C8ADEB;
}
.BgClassName
{
background-color: #C8ADEB;
}
</style>
border-color css
<style>
span { border-color: #C8ADEB; }
span { border-color: rgb(200,173,235); }
td.TdClassName
{
border-color: #C8ADEB;
}
.TagClassName
{
border-color: #C8ADEB;
}
</style>