Html Css Color HEX #C9AADF Perfume

📋 copy color: '#C9AADF'

red 201 ◦ green 170 ◦ blue 223

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

Shades of Perfume #C9AADF

Tints of Perfume #C9AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 33.84%
G = 28.62%
B = 37.54%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9AADF (or 0xC9AADF) is known color: Perfume. HEX triplet: C9, AA and DF. RGB value is (201,170,223). Sum of RGB (Red+Green+Blue) = 201+170+223=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AADF is #365520. Grayscale: #B9B9B9. Windows color (decimal): -3560737 or 14658249. OLE color: 14658249.

HSL color Cylindrical-coordinate representation of color #C9AADF: hue angle of 275.09º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9AADF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 170 223 -
CMYK 0.10 0.24 0 0.13
HSL 275.09º 0.45% 0.77% -
HSV(B) 275.09º 0.24% 0.87% -
XYZ 51.78 46.49 76.06 -
YUV 185.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 201 170 223 0.10 0.24 0 0.13 275.09 0.45 0.77
Hex C9 AA DF A 18 0 D 113 2D 4D
Octal 311 252 337 12 30 0 15 423 55 115
Binary 11001001 10101010 11011111 1010 11000 0 1101 100010011 101101 1001101

Color Harmonies of #C9AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AADF

Black with #C9AADF

Text Example


Text Example

White with #C9AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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