Html Css Color HEX #C2AADD Perfume

📋 copy color: '#C2AADD'

red 194 ◦ green 170 ◦ blue 221

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

Shades of Perfume #C2AADD

Tints of Perfume #C2AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 33.16%
G = 29.06%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2AADD (or 0xC2AADD) is known color: Perfume. HEX triplet: C2, AA and DD. RGB value is (194,170,221). Sum of RGB (Red+Green+Blue) = 194+170+221=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AADD is #3D5522. Grayscale: #B6B6B6. Windows color (decimal): -4019491 or 14527170. OLE color: 14527170.

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

Color convert

RGB 194 170 221 -
CMYK 0.12 0.23 0 0.13
HSL 268.24º 0.43% 0.77% -
HSV(B) 268.24º 0.23% 0.87% -
XYZ 49.67 45.44 74.56 -
YUV 182.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 194 170 221 0.12 0.23 0 0.13 268.24 0.43 0.77
Hex C2 AA DD C 17 0 D 10C 2B 4D
Octal 302 252 335 14 27 0 15 414 53 115
Binary 11000010 10101010 11011101 1100 10111 0 1101 100001100 101011 1001101

Color Harmonies of #C2AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AADD

Black with #C2AADD

Text Example


Text Example

White with #C2AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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