Html Css Color HEX #C9AEDD Perfume

📋 copy color: '#C9AEDD'

red 201 ◦ green 174 ◦ blue 221

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

Shades of Perfume #C9AEDD

Tints of Perfume #C9AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 33.72%
G = 29.19%
B = 37.08%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9AEDD (or 0xC9AEDD) is known color: Perfume. HEX triplet: C9, AE and DD. RGB value is (201,174,221). Sum of RGB (Red+Green+Blue) = 201+174+221=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDD is #365122. Grayscale: #BBBBBB. Windows color (decimal): -3559715 or 14528201. OLE color: 14528201.

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

Color convert

RGB 201 174 221 -
CMYK 0.09 0.21 0 0.13
HSL 274.47º 0.41% 0.77% -
HSV(B) 274.47º 0.21% 0.87% -
XYZ 52.27 47.91 74.9 -
YUV 187.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 201 174 221 0.09 0.21 0 0.13 274.47 0.41 0.77
Hex C9 AE DD 9 15 0 D 112 29 4D
Octal 311 256 335 11 25 0 15 422 51 115
Binary 11001001 10101110 11011101 1001 10101 0 1101 100010010 101001 1001101

Color Harmonies of #C9AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEDD

Black with #C9AEDD

Text Example


Text Example

White with #C9AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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