Html Css Color HEX #C4AAE1 Perfume

📋 copy color: '#C4AAE1'

red 196 ◦ green 170 ◦ blue 225

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

Shades of Perfume #C4AAE1

Tints of Perfume #C4AAE1

RGB

 RED value IS 196 (76.95% from 255) = 33.16%

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

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

R = 33.16%
G = 28.76%
B = 38.07%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4AAE1 (or 0xC4AAE1) is known color: Perfume. HEX triplet: C4, AA and E1. RGB value is (196,170,225). Sum of RGB (Red+Green+Blue) = 196+170+225=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAE1 is #3B551E. Grayscale: #B7B7B7. Windows color (decimal): -3888415 or 14789316. OLE color: 14789316.

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

Color convert

RGB 196 170 225 -
CMYK 0.13 0.24 0 0.12
HSL 268.36º 0.48% 0.77% -
HSV(B) 268.36º 0.24% 0.88% -
XYZ 50.73 45.92 77.42 -
YUV 184.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 196 170 225 0.13 0.24 0 0.12 268.36 0.48 0.77
Hex C4 AA E1 D 18 0 C 10C 30 4D
Octal 304 252 341 15 30 0 14 414 60 115
Binary 11000100 10101010 11100001 1101 11000 0 1100 100001100 110000 1001101

Color Harmonies of #C4AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAE1

Black with #C4AAE1

Text Example


Text Example

White with #C4AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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