#C4AEDC

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

Shades of Perfume #C4AEDC

Tints of Perfume #C4AEDC

Color information

#C4AEDC (or 0xC4AEDC) is unknown color: approx Perfume. HEX triplet: C4, AE and DC. RGB value is (196,174,220). Sum of RGB (Red+Green+Blue) = 196+174+220=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDC is #3B5123. Grayscale: #B9B9B9. Windows color (decimal): -3887396 or 14462660. OLE color: 14462660.

HSL color Cylindrical-coordinate representation of color #C4AEDC: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AEDC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196174220-
CMYK0.110.2100.14
HSL268.7º39.66%77.25%-
HSV(B)268.7º20.91%86.27%-
XYZ50.8247.1874.14-
YUV185.82147.29135.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=33.22%
G=29.49%
B=37.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961742200.110.2100.14268.739.6677.25
HexC4AEDCB150E10d284d
Octal304256334132501641550115
Binary110001001010111011011100101110101011101000011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEDC; }

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

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

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

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

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

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

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

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