#C7AEDC

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

Shades of Perfume #C7AEDC

Tints of Perfume #C7AEDC

Color information

#C7AEDC (or 0xC7AEDC) is unknown color: approx Perfume. HEX triplet: C7, AE and DC. RGB value is (199,174,220). Sum of RGB (Red+Green+Blue) = 199+174+220=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEDC is #385123. Grayscale: #BABABA. Windows color (decimal): -3690788 or 14462663. OLE color: 14462663.

HSL color Cylindrical-coordinate representation of color #C7AEDC: hue angle of 272.61º 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 #C7AEDC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199174220-
CMYK0.100.2100.14
HSL272.61º39.66%77.25%-
HSV(B)272.61º20.91%86.27%-
XYZ51.6147.5874.17-
YUV186.72146.78136.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=33.56%
G=29.34%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991742200.100.2100.14272.6139.6677.25
HexC7AEDCA150E111284d
Octal307256334122501642150115
Binary110001111010111011011100101010101011101000100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEDC; }

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

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

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

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

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

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

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

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