Html Css Color HEX #C9AEDE Perfume

📋 copy color: '#C9AEDE'

red 201 ◦ green 174 ◦ blue 222

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

Shades of Perfume #C9AEDE

Tints of Perfume #C9AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 33.67%
G = 29.15%
B = 37.19%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9AEDE (or 0xC9AEDE) is known color: Perfume. HEX triplet: C9, AE and DE. RGB value is (201,174,222). Sum of RGB (Red+Green+Blue) = 201+174+222=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDE is #365121. Grayscale: #BBBBBB. Windows color (decimal): -3559714 or 14593737. OLE color: 14593737.

HSL color Cylindrical-coordinate representation of color #C9AEDE: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9AEDE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 174 222 -
CMYK 0.09 0.22 0 0.13
HSL 273.75º 0.42% 0.78% -
HSV(B) 273.75º 0.22% 0.87% -
XYZ 52.41 47.96 75.6 -
YUV 187.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 201 174 222 0.09 0.22 0 0.13 273.75 0.42 0.78
Hex C9 AE DE 9 16 0 D 112 2A 4E
Octal 311 256 336 11 26 0 15 422 52 116
Binary 11001001 10101110 11011110 1001 10110 0 1101 100010010 101010 1001110

Color Harmonies of #C9AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEDE

Black with #C9AEDE

Text Example


Text Example

White with #C9AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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