Shades of Perfume #C4AEDD
Tints of Perfume #C4AEDD
RGB
CMYK
RGB Variations
Color information
#C4AEDD (or 0xC4AEDD) is known color: Perfume. HEX triplet: C4, AE and DD. RGB value is (196,174,221). Sum of RGB (Red+Green+Blue) = 196+174+221=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDD is #3B5122. Grayscale: #B9B9B9. Windows color (decimal): -3887395 or 14528196. OLE color: 14528196.
HSL color Cylindrical-coordinate representation of color #C4AEDD: hue angle of 268.09º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AEDD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 174 | 221 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.13 |
| HSL | 268.09º | 0.41% | 0.77% | - |
| HSV(B) | 268.09º | 0.21% | 0.87% | - |
| XYZ | 50.95 | 47.23 | 74.84 | - |
| YUV | 185.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 221 | 0.11 | 0.21 | 0 | 0.13 | 268.09 | 0.41 | 0.77 |
| Hex | C4 | AE | DD | B | 15 | 0 | D | 10C | 29 | 4D |
| Octal | 304 | 256 | 335 | 13 | 25 | 0 | 15 | 414 | 51 | 115 |
| Binary | 11000100 | 10101110 | 11011101 | 1011 | 10101 | 0 | 1101 | 100001100 | 101001 | 1001101 |
Color Harmonies of #C4AEDD
Complementary color
Monochromatic Colors of #C4AEDD
Black with #C4AEDD
Text Example
Text Example
White with #C4AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEDD; }
p { color: rgb(196,174,221); }
H1.HeaderClassName
{
color: #C4AEDD;
}
.AnyTagClassName
{
color: #C4AEDD;
}
</style>
background-color css
<style>
a { background-color: #C4AEDD; }
a { background-color: rgb(196,174,221); }
div.DivClassName
{
background-color: #C4AEDD;
}
.BgClassName
{
background-color: #C4AEDD;
}
</style>
border-color css
<style>
span { border-color: #C4AEDD; }
span { border-color: rgb(196,174,221); }
td.TdClassName
{
border-color: #C4AEDD;
}
.TagClassName
{
border-color: #C4AEDD;
}
</style>