#C1AED5

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

Shades of Perfume #C1AED5

Tints of Perfume #C1AED5

Color information

#C1AED5 (or 0xC1AED5) is unknown color: approx Perfume. HEX triplet: C1, AE and D5. RGB value is (193,174,213). Sum of RGB (Red+Green+Blue) = 193+174+213=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AED5 is #3E512A. Grayscale: #B7B7B7. Windows color (decimal): -4084011 or 14003905. OLE color: 14003905.

HSL color Cylindrical-coordinate representation of color #C1AED5: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AED5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193174213-
CMYK0.090.1800.16
HSL269.23º31.71%75.88%-
HSV(B)269.23º18.31%83.53%-
XYZ49.1446.4169.32-
YUV184.13144.29134.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=33.28%
G=30%
B=36.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931742130.090.1800.16269.2331.7175.88
HexC1AED591201010d204c
Octal301256325112202041540114
Binary1100000110101110110101011001100100100001000011011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AED5; }

 p { color: rgb(193,174,213); }

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

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

 a { background-color: rgb(193,174,213); }

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

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

 span { border-color: rgb(193,174,213); }

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