Html Css Color HEX #C2AAE0 Perfume

📋 copy color: '#C2AAE0'

red 194 ◦ green 170 ◦ blue 224

#C2AAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C2AAE0

Tints of Perfume #C2AAE0

RGB

 RED value IS 194 (76.17% from 255) = 32.99%

 GREEN value IS 170 (66.8% from 255) = 28.91%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 32.99%
G = 28.91%
B = 38.1%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2AAE0 (or 0xC2AAE0) is known color: Perfume. HEX triplet: C2, AA and E0. RGB value is (194,170,224). Sum of RGB (Red+Green+Blue) = 194+170+224=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAE0 is #3D551F. Grayscale: #B7B7B7. Windows color (decimal): -4019488 or 14723778. OLE color: 14723778.

HSL color Cylindrical-coordinate representation of color #C2AAE0: hue angle of 266.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2AAE0 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 170 224 -
CMYK 0.13 0.24 0 0.12
HSL 266.67º 0.47% 0.77% -
HSV(B) 266.67º 0.24% 0.88% -
XYZ 50.08 45.6 76.68 -
YUV 183.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 194 170 224 0.13 0.24 0 0.12 266.67 0.47 0.77
Hex C2 AA E0 D 18 0 C 10B 2F 4D
Octal 302 252 340 15 30 0 14 413 57 115
Binary 11000010 10101010 11100000 1101 11000 0 1100 100001011 101111 1001101

Color Harmonies of #C2AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAE0

Black with #C2AAE0

Text Example


Text Example

White with #C2AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAE0; }

 p { color: rgb(194,170,224); }

 H1.HeaderClassName
 {
   color: #C2AAE0;
 }
 .AnyTagClassName
 {
   color: #C2AAE0;
 }
</style>

background-color css

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

 a { background-color: rgb(194,170,224); }

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

border-color css

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

 span { border-color: rgb(194,170,224); }

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