Html Css Color HEX #C9ADEA Perfume

📋 copy color: '#C9ADEA'

red 201 ◦ green 173 ◦ blue 234

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

Shades of Perfume #C9ADEA

Tints of Perfume #C9ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 33.06%
G = 28.45%
B = 38.49%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9ADEA (or 0xC9ADEA) is known color: Perfume. HEX triplet: C9, AD and EA. RGB value is (201,173,234). Sum of RGB (Red+Green+Blue) = 201+173+234=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADEA is #365215. Grayscale: #BCBCBC. Windows color (decimal): -3559958 or 15379913. OLE color: 15379913.

HSL color Cylindrical-coordinate representation of color #C9ADEA: hue angle of 267.54º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9ADEA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 173 234 -
CMYK 0.14 0.26 0 0.08
HSL 267.54º 0.59% 0.8% -
HSV(B) 267.54º 0.26% 0.92% -
XYZ 53.88 48.25 84.31 -
YUV 188.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 201 173 234 0.14 0.26 0 0.08 267.54 0.59 0.8
Hex C9 AD EA E 1A 0 8 10C 3B 50
Octal 311 255 352 16 32 0 10 414 73 120
Binary 11001001 10101101 11101010 1110 11010 0 1000 100001100 111011 1010000

Color Harmonies of #C9ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADEA

Black with #C9ADEA

Text Example


Text Example

White with #C9ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADEA; }

 p { color: rgb(201,173,234); }

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

background-color css

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

 a { background-color: rgb(201,173,234); }

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

border-color css

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

 span { border-color: rgb(201,173,234); }

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