Html Css Color HEX #C9AEEA Perfume

📋 copy color: '#C9AEEA'

red 201 ◦ green 174 ◦ blue 234

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

Shades of Perfume #C9AEEA

Tints of Perfume #C9AEEA

RGB

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

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

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

R = 33%
G = 28.57%
B = 38.42%

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

#C9AEEA (or 0xC9AEEA) is known color: Perfume. HEX triplet: C9, AE and EA. RGB value is (201,174,234). Sum of RGB (Red+Green+Blue) = 201+174+234=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEA is #365115. Grayscale: #BCBCBC. Windows color (decimal): -3559702 or 15380169. OLE color: 15380169.

HSL color Cylindrical-coordinate representation of color #C9AEEA: hue angle of 267º 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 #C9AEEA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 174 234 -
CMYK 0.14 0.26 0 0.08
HSL 267º 0.59% 0.8% -
HSV(B) 267º 0.26% 0.92% -
XYZ 54.07 48.63 84.38 -
YUV 188.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 201 174 234 0.14 0.26 0 0.08 267 0.59 0.8
Hex C9 AE EA E 1A 0 8 10B 3B 50
Octal 311 256 352 16 32 0 10 413 73 120
Binary 11001001 10101110 11101010 1110 11010 0 1000 100001011 111011 1010000

Color Harmonies of #C9AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEEA

Black with #C9AEEA

Text Example


Text Example

White with #C9AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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