Html Css Color HEX #C1AADE Perfume

📋 copy color: '#C1AADE'

red 193 ◦ green 170 ◦ blue 222

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

Shades of Perfume #C1AADE

Tints of Perfume #C1AADE

RGB

 RED value IS 193 (75.78% from 255) = 32.99%

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

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

R = 32.99%
G = 29.06%
B = 37.95%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1AADE (or 0xC1AADE) is known color: Perfume. HEX triplet: C1, AA and DE. RGB value is (193,170,222). Sum of RGB (Red+Green+Blue) = 193+170+222=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AADE is #3E5521. Grayscale: #B6B6B6. Windows color (decimal): -4085026 or 14592705. OLE color: 14592705.

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

Color convert

RGB 193 170 222 -
CMYK 0.13 0.23 0 0.13
HSL 266.54º 0.44% 0.77% -
HSV(B) 266.54º 0.23% 0.87% -
XYZ 49.55 45.36 75.25 -
YUV 182.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 193 170 222 0.13 0.23 0 0.13 266.54 0.44 0.77
Hex C1 AA DE D 17 0 D 10B 2C 4D
Octal 301 252 336 15 27 0 15 413 54 115
Binary 11000001 10101010 11011110 1101 10111 0 1101 100001011 101100 1001101

Color Harmonies of #C1AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AADE

Black with #C1AADE

Text Example


Text Example

White with #C1AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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