Shades of Perfume #C4ADDE
Tints of Perfume #C4ADDE
RGB
CMYK
RGB Variations
Color information
#C4ADDE (or 0xC4ADDE) is known color: Perfume. HEX triplet: C4, AD and DE. RGB value is (196,173,222). Sum of RGB (Red+Green+Blue) = 196+173+222=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDE is #3B5221. Grayscale: #B9B9B9. Windows color (decimal): -3887650 or 14593476. OLE color: 14593476.
HSL color Cylindrical-coordinate representation of color #C4ADDE: hue angle of 268.16º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4ADDE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 173 | 222 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.13 |
| HSL | 268.16º | 0.43% | 0.77% | - |
| HSV(B) | 268.16º | 0.22% | 0.87% | - |
| XYZ | 50.89 | 46.9 | 75.48 | - |
| YUV | 185.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 222 | 0.12 | 0.22 | 0 | 0.13 | 268.16 | 0.43 | 0.77 |
| Hex | C4 | AD | DE | C | 16 | 0 | D | 10C | 2B | 4D |
| Octal | 304 | 255 | 336 | 14 | 26 | 0 | 15 | 414 | 53 | 115 |
| Binary | 11000100 | 10101101 | 11011110 | 1100 | 10110 | 0 | 1101 | 100001100 | 101011 | 1001101 |
Color Harmonies of #C4ADDE
Complementary color
Monochromatic Colors of #C4ADDE
Black with #C4ADDE
Text Example
Text Example
White with #C4ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADDE; }
p { color: rgb(196,173,222); }
H1.HeaderClassName
{
color: #C4ADDE;
}
.AnyTagClassName
{
color: #C4ADDE;
}
</style>
background-color css
<style>
a { background-color: #C4ADDE; }
a { background-color: rgb(196,173,222); }
div.DivClassName
{
background-color: #C4ADDE;
}
.BgClassName
{
background-color: #C4ADDE;
}
</style>
border-color css
<style>
span { border-color: #C4ADDE; }
span { border-color: rgb(196,173,222); }
td.TdClassName
{
border-color: #C4ADDE;
}
.TagClassName
{
border-color: #C4ADDE;
}
</style>