Shades of Perfume #C8ADEF
Tints of Perfume #C8ADEF
RGB
CMYK
RGB Variations
Color information
#C8ADEF (or 0xC8ADEF) is known color: Perfume. HEX triplet: C8, AD and EF. RGB value is (200,173,239). Sum of RGB (Red+Green+Blue) = 200+173+239=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADEF is #375210. Grayscale: #BCBCBC. Windows color (decimal): -3625489 or 15707592. OLE color: 15707592.
HSL color Cylindrical-coordinate representation of color #C8ADEF: hue angle of 264.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8ADEF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 173 | 239 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.06 |
| HSL | 264.55º | 0.67% | 0.81% | - |
| HSV(B) | 264.55º | 0.28% | 0.94% | - |
| XYZ | 54.34 | 48.4 | 88.14 | - |
| YUV | 188.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 239 | 0.16 | 0.28 | 0 | 0.06 | 264.55 | 0.67 | 0.81 |
| Hex | C8 | AD | EF | 10 | 1C | 0 | 6 | 109 | 43 | 51 |
| Octal | 310 | 255 | 357 | 20 | 34 | 0 | 6 | 411 | 103 | 121 |
| Binary | 11001000 | 10101101 | 11101111 | 10000 | 11100 | 0 | 110 | 100001001 | 1000011 | 1010001 |
Color Harmonies of #C8ADEF
Complementary color
Monochromatic Colors of #C8ADEF
Black with #C8ADEF
Text Example
Text Example
White with #C8ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADEF; }
p { color: rgb(200,173,239); }
H1.HeaderClassName
{
color: #C8ADEF;
}
.AnyTagClassName
{
color: #C8ADEF;
}
</style>
background-color css
<style>
a { background-color: #C8ADEF; }
a { background-color: rgb(200,173,239); }
div.DivClassName
{
background-color: #C8ADEF;
}
.BgClassName
{
background-color: #C8ADEF;
}
</style>
border-color css
<style>
span { border-color: #C8ADEF; }
span { border-color: rgb(200,173,239); }
td.TdClassName
{
border-color: #C8ADEF;
}
.TagClassName
{
border-color: #C8ADEF;
}
</style>