Shades of Perfume #C8ACDB
Tints of Perfume #C8ACDB
RGB
CMYK
RGB Variations
Color information
#C8ACDB (or 0xC8ACDB) is known color: Perfume. HEX triplet: C8, AC and DB. RGB value is (200,172,219). Sum of RGB (Red+Green+Blue) = 200+172+219=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDB is #375324. Grayscale: #B9B9B9. Windows color (decimal): -3625765 or 14396616. OLE color: 14396616.
HSL color Cylindrical-coordinate representation of color #C8ACDB: hue angle of 275.74º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8ACDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 172 | 219 | - |
CMYK | 0.09 | 0.21 | 0 | 0.14 |
HSL | 275.74º | 0.39% | 0.77% | - |
HSV(B) | 275.74º | 0.21% | 0.86% | - |
XYZ | 51.36 | 46.9 | 73.36 | - |
YUV | 185.73 | 146.78 | 138.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 219 | 0.09 | 0.21 | 0 | 0.14 | 275.74 | 0.39 | 0.77 |
Hex | C8 | AC | DB | 9 | 15 | 0 | E | 114 | 27 | 4D |
Octal | 310 | 254 | 333 | 11 | 25 | 0 | 16 | 424 | 47 | 115 |
Binary | 11001000 | 10101100 | 11011011 | 1001 | 10101 | 0 | 1110 | 100010100 | 100111 | 1001101 |
Color Harmonies of #C8ACDB
Complementary color
Monochromatic Colors of #C8ACDB
Black with #C8ACDB
Text Example
Text Example
White with #C8ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACDB; }
p { color: rgb(200,172,219); }
H1.HeaderClassName
{
color: #C8ACDB;
}
.AnyTagClassName
{
color: #C8ACDB;
}
</style>
background-color css
<style>
a { background-color: #C8ACDB; }
a { background-color: rgb(200,172,219); }
div.DivClassName
{
background-color: #C8ACDB;
}
.BgClassName
{
background-color: #C8ACDB;
}
</style>
border-color css
<style>
span { border-color: #C8ACDB; }
span { border-color: rgb(200,172,219); }
td.TdClassName
{
border-color: #C8ACDB;
}
.TagClassName
{
border-color: #C8ACDB;
}
</style>