Html Css Color HEX #C5AADE Perfume

📋 copy color: '#C5AADE'

red 197 ◦ green 170 ◦ blue 222

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

Shades of Perfume #C5AADE

Tints of Perfume #C5AADE

RGB

 RED value IS 197 (77.34% from 255) = 33.45%

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 33.45%
G = 28.86%
B = 37.69%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AADE (or 0xC5AADE) is known color: Perfume. HEX triplet: C5, AA and DE. RGB value is (197,170,222). Sum of RGB (Red+Green+Blue) = 197+170+222=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AADE is #3A5521. Grayscale: #B7B7B7. Windows color (decimal): -3822882 or 14592709. OLE color: 14592709.

HSL color Cylindrical-coordinate representation of color #C5AADE: hue angle of 271.15º degrees, saturation: 0.44, 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 #C5AADE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 170 222 -
CMYK 0.11 0.23 0 0.13
HSL 271.15º 0.44% 0.77% -
HSV(B) 271.15º 0.23% 0.87% -
XYZ 50.59 45.89 75.3 -
YUV 184 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 197 170 222 0.11 0.23 0 0.13 271.15 0.44 0.77
Hex C5 AA DE B 17 0 D 10F 2C 4D
Octal 305 252 336 13 27 0 15 417 54 115
Binary 11000101 10101010 11011110 1011 10111 0 1101 100001111 101100 1001101

Color Harmonies of #C5AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AADE

Black with #C5AADE

Text Example


Text Example

White with #C5AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AADE; }

 p { color: rgb(197,170,222); }

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

background-color css

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

 a { background-color: rgb(197,170,222); }

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

border-color css

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

 span { border-color: rgb(197,170,222); }

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