Shades of Perfume #C4ACDB
Tints of Perfume #C4ACDB
RGB
CMYK
RGB Variations
Color information
#C4ACDB (or 0xC4ACDB) is known color: Perfume. HEX triplet: C4, AC and DB. RGB value is (196,172,219). Sum of RGB (Red+Green+Blue) = 196+172+219=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACDB is #3B5324. Grayscale: #B8B8B8. Windows color (decimal): -3887909 or 14396612. OLE color: 14396612.
HSL color Cylindrical-coordinate representation of color #C4ACDB: hue angle of 270.64º 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 #C4ACDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 172 | 219 | - |
CMYK | 0.11 | 0.21 | 0 | 0.14 |
HSL | 270.64º | 0.39% | 0.77% | - |
HSV(B) | 270.64º | 0.21% | 0.86% | - |
XYZ | 50.3 | 46.36 | 73.31 | - |
YUV | 184.53 | 147.45 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 172 | 219 | 0.11 | 0.21 | 0 | 0.14 | 270.64 | 0.39 | 0.77 |
Hex | C4 | AC | DB | B | 15 | 0 | E | 10F | 27 | 4D |
Octal | 304 | 254 | 333 | 13 | 25 | 0 | 16 | 417 | 47 | 115 |
Binary | 11000100 | 10101100 | 11011011 | 1011 | 10101 | 0 | 1110 | 100001111 | 100111 | 1001101 |
Color Harmonies of #C4ACDB
Complementary color
Monochromatic Colors of #C4ACDB
Black with #C4ACDB
Text Example
Text Example
White with #C4ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACDB; }
p { color: rgb(196,172,219); }
H1.HeaderClassName
{
color: #C4ACDB;
}
.AnyTagClassName
{
color: #C4ACDB;
}
</style>
background-color css
<style>
a { background-color: #C4ACDB; }
a { background-color: rgb(196,172,219); }
div.DivClassName
{
background-color: #C4ACDB;
}
.BgClassName
{
background-color: #C4ACDB;
}
</style>
border-color css
<style>
span { border-color: #C4ACDB; }
span { border-color: rgb(196,172,219); }
td.TdClassName
{
border-color: #C4ACDB;
}
.TagClassName
{
border-color: #C4ACDB;
}
</style>