#C4AAD5

Color #C4AAD5 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C4AAD5

Tints of Perfume #C4AAD5

Color information

#C4AAD5 (or 0xC4AAD5) is unknown color: approx Perfume. HEX triplet: C4, AA and D5. RGB value is (196,170,213). Sum of RGB (Red+Green+Blue) = 196+170+213=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAD5 is #3B552A. Grayscale: #B6B6B6. Windows color (decimal): -3888427 or 14002884. OLE color: 14002884.

HSL color Cylindrical-coordinate representation of color #C4AAD5: hue angle of 276.28º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AAD5 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196170213-
CMYK0.080.2000.16
HSL276.28º33.86%75.1%-
HSV(B)276.28º20.19%83.53%-
XYZ49.1545.2969.1-
YUV182.68145.11137.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=33.85%
G=29.36%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961702130.080.2000.16276.2833.8675.1
HexC4AAD5814010114224b
Octal304252325102402042442113
Binary1100010010101010110101011000101000100001000101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAD5; }

 p { color: rgb(196,170,213); }

 H1.HeaderClassName
 {
   color: #C4AAD5;
 }
 .AnyTagClassName
 {
   color: #C4AAD5;
 }
</style>
background-color css

<style>
 a { background-color: #C4AAD5; }

 a { background-color: rgb(196,170,213); }

 div.DivClassName
 {
   background-color: #C4AAD5;
 }
 .BgClassName
 {
   background-color: #C4AAD5;
 }
</style>
border-color css

<style>
 span { border-color: #C4AAD5; }

 span { border-color: rgb(196,170,213); }

 td.TdClassName
 {
   border-color: #C4AAD5;
 }
 .TagClassName
 {
   border-color: #C4AAD5;
 }
</style>