Html Css Color HEX #C9AAEF Perfume

📋 copy color: '#C9AAEF'

red 201 ◦ green 170 ◦ blue 239

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

Shades of Perfume #C9AAEF

Tints of Perfume #C9AAEF

RGB

 RED value IS 201 (78.91% from 255) = 32.95%

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 32.95%
G = 27.87%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9AAEF (or 0xC9AAEF) is known color: Perfume. HEX triplet: C9, AA and EF. RGB value is (201,170,239). Sum of RGB (Red+Green+Blue) = 201+170+239=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAEF is #365510. Grayscale: #BABABA. Windows color (decimal): -3560721 or 15706825. OLE color: 15706825.

HSL color Cylindrical-coordinate representation of color #C9AAEF: hue angle of 266.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9AAEF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 170 239 -
CMYK 0.16 0.29 0 0.06
HSL 266.96º 0.68% 0.8% -
HSV(B) 266.96º 0.29% 0.94% -
XYZ 54.04 47.4 87.96 -
YUV 187.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 201 170 239 0.16 0.29 0 0.06 266.96 0.68 0.8
Hex C9 AA EF 10 1D 0 6 10B 44 50
Octal 311 252 357 20 35 0 6 413 104 120
Binary 11001001 10101010 11101111 10000 11101 0 110 100001011 1000100 1010000

Color Harmonies of #C9AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAEF

Black with #C9AAEF

Text Example


Text Example

White with #C9AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAEF; }

 p { color: rgb(201,170,239); }

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

background-color css

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

 a { background-color: rgb(201,170,239); }

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

border-color css

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

 span { border-color: rgb(201,170,239); }

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