Html Css Color HEX #C9AEDC Perfume

📋 copy color: '#C9AEDC'

red 201 ◦ green 174 ◦ blue 220

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

Shades of Perfume #C9AEDC

Tints of Perfume #C9AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.24%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 33.78%
G = 29.24%
B = 36.97%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9AEDC (or 0xC9AEDC) is known color: Perfume. HEX triplet: C9, AE and DC. RGB value is (201,174,220). Sum of RGB (Red+Green+Blue) = 201+174+220=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDC is #365123. Grayscale: #BBBBBB. Windows color (decimal): -3559716 or 14462665. OLE color: 14462665.

HSL color Cylindrical-coordinate representation of color #C9AEDC: hue angle of 275.22º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AEDC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 174 220 -
CMYK 0.09 0.21 0 0.14
HSL 275.22º 0.4% 0.77% -
HSV(B) 275.22º 0.21% 0.86% -
XYZ 52.14 47.86 74.2 -
YUV 187.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 201 174 220 0.09 0.21 0 0.14 275.22 0.4 0.77
Hex C9 AE DC 9 15 0 E 113 28 4D
Octal 311 256 334 11 25 0 16 423 50 115
Binary 11001001 10101110 11011100 1001 10101 0 1110 100010011 101000 1001101

Color Harmonies of #C9AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEDC

Black with #C9AEDC

Text Example


Text Example

White with #C9AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEDC; }

 p { color: rgb(201,174,220); }

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

background-color css

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

 a { background-color: rgb(201,174,220); }

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

border-color css

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

 span { border-color: rgb(201,174,220); }

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