Shades of Perfume #C8AEDE
Tints of Perfume #C8AEDE
RGB
CMYK
RGB Variations
Color information
#C8AEDE (or 0xC8AEDE) is known color: Perfume. HEX triplet: C8, AE and DE. RGB value is (200,174,222). Sum of RGB (Red+Green+Blue) = 200+174+222=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEDE is #375121. Grayscale: #BBBBBB. Windows color (decimal): -3625250 or 14593736. OLE color: 14593736.
HSL color Cylindrical-coordinate representation of color #C8AEDE: hue angle of 272.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8AEDE is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 174 | 222 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.13 |
| HSL | 272.5º | 0.42% | 0.78% | - |
| HSV(B) | 272.5º | 0.22% | 0.87% | - |
| XYZ | 52.14 | 47.83 | 75.59 | - |
| YUV | 187.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 222 | 0.10 | 0.22 | 0 | 0.13 | 272.5 | 0.42 | 0.78 |
| Hex | C8 | AE | DE | A | 16 | 0 | D | 110 | 2A | 4E |
| Octal | 310 | 256 | 336 | 12 | 26 | 0 | 15 | 420 | 52 | 116 |
| Binary | 11001000 | 10101110 | 11011110 | 1010 | 10110 | 0 | 1101 | 100010000 | 101010 | 1001110 |
Color Harmonies of #C8AEDE
Complementary color
Monochromatic Colors of #C8AEDE
Black with #C8AEDE
Text Example
Text Example
White with #C8AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEDE; }
p { color: rgb(200,174,222); }
H1.HeaderClassName
{
color: #C8AEDE;
}
.AnyTagClassName
{
color: #C8AEDE;
}
</style>
background-color css
<style>
a { background-color: #C8AEDE; }
a { background-color: rgb(200,174,222); }
div.DivClassName
{
background-color: #C8AEDE;
}
.BgClassName
{
background-color: #C8AEDE;
}
</style>
border-color css
<style>
span { border-color: #C8AEDE; }
span { border-color: rgb(200,174,222); }
td.TdClassName
{
border-color: #C8AEDE;
}
.TagClassName
{
border-color: #C8AEDE;
}
</style>