Html Css Color HEX #C6AADE Perfume

📋 copy color: '#C6AADE'

red 198 ◦ green 170 ◦ blue 222

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

Shades of Perfume #C6AADE

Tints of Perfume #C6AADE

RGB

 RED value IS 198 (77.73% from 255) = 33.56%

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

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

R = 33.56%
G = 28.81%
B = 37.63%

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

#C6AADE (or 0xC6AADE) is known color: Perfume. HEX triplet: C6, AA and DE. RGB value is (198,170,222). Sum of RGB (Red+Green+Blue) = 198+170+222=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADE is #395521. Grayscale: #B8B8B8. Windows color (decimal): -3757346 or 14592710. OLE color: 14592710.

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

Color convert

RGB 198 170 222 -
CMYK 0.11 0.23 0 0.13
HSL 272.31º 0.44% 0.77% -
HSV(B) 272.31º 0.23% 0.87% -
XYZ 50.85 46.03 75.31 -
YUV 184.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 198 170 222 0.11 0.23 0 0.13 272.31 0.44 0.77
Hex C6 AA DE B 17 0 D 110 2C 4D
Octal 306 252 336 13 27 0 15 420 54 115
Binary 11000110 10101010 11011110 1011 10111 0 1101 100010000 101100 1001101

Color Harmonies of #C6AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AADE

Black with #C6AADE

Text Example


Text Example

White with #C6AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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