Html Css Color HEX #C7AADE Perfume

📋 copy color: '#C7AADE'

red 199 ◦ green 170 ◦ blue 222

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

Shades of Perfume #C7AADE

Tints of Perfume #C7AADE

RGB

 RED value IS 199 (78.13% from 255) = 33.67%

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

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

R = 33.67%
G = 28.76%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7AADE (or 0xC7AADE) is known color: Perfume. HEX triplet: C7, AA and DE. RGB value is (199,170,222). Sum of RGB (Red+Green+Blue) = 199+170+222=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADE is #385521. Grayscale: #B8B8B8. Windows color (decimal): -3691810 or 14592711. OLE color: 14592711.

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

Color convert

RGB 199 170 222 -
CMYK 0.10 0.23 0 0.13
HSL 273.46º 0.44% 0.77% -
HSV(B) 273.46º 0.23% 0.87% -
XYZ 51.11 46.17 75.32 -
YUV 184.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 199 170 222 0.10 0.23 0 0.13 273.46 0.44 0.77
Hex C7 AA DE A 17 0 D 111 2C 4D
Octal 307 252 336 12 27 0 15 421 54 115
Binary 11000111 10101010 11011110 1010 10111 0 1101 100010001 101100 1001101

Color Harmonies of #C7AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AADE

Black with #C7AADE

Text Example


Text Example

White with #C7AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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