Shades of Perfume #C8ADE9
Tints of Perfume #C8ADE9
RGB
CMYK
RGB Variations
Color information
#C8ADE9 (or 0xC8ADE9) is known color: Perfume. HEX triplet: C8, AD and E9. RGB value is (200,173,233). Sum of RGB (Red+Green+Blue) = 200+173+233=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADE9 is #375216. Grayscale: #BBBBBB. Windows color (decimal): -3625495 or 15314376. OLE color: 15314376.
HSL color Cylindrical-coordinate representation of color #C8ADE9: hue angle of 267º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8ADE9 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 173 | 233 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.09 |
| HSL | 267º | 0.58% | 0.8% | - |
| HSV(B) | 267º | 0.26% | 0.91% | - |
| XYZ | 53.47 | 48.05 | 83.55 | - |
| YUV | 187.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 233 | 0.14 | 0.26 | 0 | 0.09 | 267 | 0.58 | 0.8 |
| Hex | C8 | AD | E9 | E | 1A | 0 | 9 | 10B | 3A | 50 |
| Octal | 310 | 255 | 351 | 16 | 32 | 0 | 11 | 413 | 72 | 120 |
| Binary | 11001000 | 10101101 | 11101001 | 1110 | 11010 | 0 | 1001 | 100001011 | 111010 | 1010000 |
Color Harmonies of #C8ADE9
Complementary color
Monochromatic Colors of #C8ADE9
Black with #C8ADE9
Text Example
Text Example
White with #C8ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADE9; }
p { color: rgb(200,173,233); }
H1.HeaderClassName
{
color: #C8ADE9;
}
.AnyTagClassName
{
color: #C8ADE9;
}
</style>
background-color css
<style>
a { background-color: #C8ADE9; }
a { background-color: rgb(200,173,233); }
div.DivClassName
{
background-color: #C8ADE9;
}
.BgClassName
{
background-color: #C8ADE9;
}
</style>
border-color css
<style>
span { border-color: #C8ADE9; }
span { border-color: rgb(200,173,233); }
td.TdClassName
{
border-color: #C8ADE9;
}
.TagClassName
{
border-color: #C8ADE9;
}
</style>