#C4AEDA

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

Shades of Perfume #C4AEDA

Tints of Perfume #C4AEDA

Color information

#C4AEDA (or 0xC4AEDA) is unknown color: approx Perfume. HEX triplet: C4, AE and DA. RGB value is (196,174,218). Sum of RGB (Red+Green+Blue) = 196+174+218=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDA is #3B5125. Grayscale: #B9B9B9. Windows color (decimal): -3887398 or 14331588. OLE color: 14331588.

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

Color convert

RGB196174218-
CMYK0.100.2000.15
HSL270º37.29%76.86%-
HSV(B)270º20.18%85.49%-
XYZ50.5647.0772.75-
YUV185.59146.29135.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=33.33%
G=29.59%
B=37.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961742180.100.2000.1527037.2976.86
HexC4AEDAA140F10e254d
Octal304256332122401741645115
Binary110001001010111011011010101010100011111000011101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEDA; }

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

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

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

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

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

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

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

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