#C4ADDA

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

Shades of Perfume #C4ADDA

Tints of Perfume #C4ADDA

Color information

#C4ADDA (or 0xC4ADDA) is unknown color: approx Perfume. HEX triplet: C4, AD and DA. RGB value is (196,173,218). Sum of RGB (Red+Green+Blue) = 196+173+218=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDA is #3B5225. Grayscale: #B8B8B8. Windows color (decimal): -3887654 or 14331332. OLE color: 14331332.

HSL color Cylindrical-coordinate representation of color #C4ADDA: hue angle of 270.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4ADDA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196173218-
CMYK0.100.2100.15
HSL270.67º37.82%76.67%-
HSV(B)270.67º20.64%85.49%-
XYZ50.3646.6872.69-
YUV185.01146.62135.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=33.39%
G=29.47%
B=37.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961732180.100.2100.15270.6737.8276.67
HexC4ADDAA150F10f264d
Octal304255332122501741746115
Binary110001001010110111011010101010101011111000011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADDA; }

 p { color: rgb(196,173,218); }

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

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

 a { background-color: rgb(196,173,218); }

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

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

 span { border-color: rgb(196,173,218); }

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