Html Css Color HEX #C1AAE1 Perfume

📋 copy color: '#C1AAE1'

red 193 ◦ green 170 ◦ blue 225

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

Shades of Perfume #C1AAE1

Tints of Perfume #C1AAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 32.82%
G = 28.91%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1AAE1 (or 0xC1AAE1) is known color: Perfume. HEX triplet: C1, AA and E1. RGB value is (193,170,225). Sum of RGB (Red+Green+Blue) = 193+170+225=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAE1 is #3E551E. Grayscale: #B6B6B6. Windows color (decimal): -4085023 or 14789313. OLE color: 14789313.

HSL color Cylindrical-coordinate representation of color #C1AAE1: hue angle of 265.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AAE1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 170 225 -
CMYK 0.14 0.24 0 0.12
HSL 265.09º 0.48% 0.77% -
HSV(B) 265.09º 0.24% 0.88% -
XYZ 49.96 45.52 77.39 -
YUV 183.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 193 170 225 0.14 0.24 0 0.12 265.09 0.48 0.77
Hex C1 AA E1 E 18 0 C 109 30 4D
Octal 301 252 341 16 30 0 14 411 60 115
Binary 11000001 10101010 11100001 1110 11000 0 1100 100001001 110000 1001101

Color Harmonies of #C1AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAE1

Black with #C1AAE1

Text Example


Text Example

White with #C1AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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