Html Css Color HEX #C9AAEC Perfume

📋 copy color: '#C9AAEC'

red 201 ◦ green 170 ◦ blue 236

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

Shades of Perfume #C9AAEC

Tints of Perfume #C9AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 33.11%
G = 28.01%
B = 38.88%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9AAEC (or 0xC9AAEC) is known color: Perfume. HEX triplet: C9, AA and EC. RGB value is (201,170,236). Sum of RGB (Red+Green+Blue) = 201+170+236=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAEC is #365513. Grayscale: #BABABA. Windows color (decimal): -3560724 or 15510217. OLE color: 15510217.

HSL color Cylindrical-coordinate representation of color #C9AAEC: hue angle of 268.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AAEC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 170 236 -
CMYK 0.15 0.28 0 0.07
HSL 268.18º 0.63% 0.8% -
HSV(B) 268.18º 0.28% 0.93% -
XYZ 53.6 47.22 85.65 -
YUV 186.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 201 170 236 0.15 0.28 0 0.07 268.18 0.63 0.8
Hex C9 AA EC F 1C 0 7 10C 3F 50
Octal 311 252 354 17 34 0 7 414 77 120
Binary 11001001 10101010 11101100 1111 11100 0 111 100001100 111111 1010000

Color Harmonies of #C9AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAEC

Black with #C9AAEC

Text Example


Text Example

White with #C9AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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