Html Css Color HEX #C2AAED Perfume

📋 copy color: '#C2AAED'

red 194 ◦ green 170 ◦ blue 237

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

Shades of Perfume #C2AAED

Tints of Perfume #C2AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 32.28%
G = 28.29%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AAED (or 0xC2AAED) is known color: Perfume. HEX triplet: C2, AA and ED. RGB value is (194,170,237). Sum of RGB (Red+Green+Blue) = 194+170+237=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAED is #3D5512. Grayscale: #B8B8B8. Windows color (decimal): -4019475 or 15575746. OLE color: 15575746.

HSL color Cylindrical-coordinate representation of color #C2AAED: hue angle of 261.49º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2AAED is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 170 237 -
CMYK 0.18 0.28 0 0.07
HSL 261.49º 0.65% 0.8% -
HSV(B) 261.49º 0.28% 0.93% -
XYZ 51.91 46.33 86.33 -
YUV 184.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 194 170 237 0.18 0.28 0 0.07 261.49 0.65 0.8
Hex C2 AA ED 12 1C 0 7 105 41 50
Octal 302 252 355 22 34 0 7 405 101 120
Binary 11000010 10101010 11101101 10010 11100 0 111 100000101 1000001 1010000

Color Harmonies of #C2AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAED

Black with #C2AAED

Text Example


Text Example

White with #C2AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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