Html Css Color HEX #C9AEEB Perfume

📋 copy color: '#C9AEEB'

red 201 ◦ green 174 ◦ blue 235

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

Shades of Perfume #C9AEEB

Tints of Perfume #C9AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 32.95%
G = 28.52%
B = 38.52%

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

#C9AEEB (or 0xC9AEEB) is known color: Perfume. HEX triplet: C9, AE and EB. RGB value is (201,174,235). Sum of RGB (Red+Green+Blue) = 201+174+235=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEB is #365114. Grayscale: #BCBCBC. Windows color (decimal): -3559701 or 15445705. OLE color: 15445705.

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

Color convert

RGB 201 174 235 -
CMYK 0.14 0.26 0 0.08
HSL 266.56º 0.6% 0.8% -
HSV(B) 266.56º 0.26% 0.92% -
XYZ 54.22 48.69 85.14 -
YUV 189.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 201 174 235 0.14 0.26 0 0.08 266.56 0.6 0.8
Hex C9 AE EB E 1A 0 8 10B 3C 50
Octal 311 256 353 16 32 0 10 413 74 120
Binary 11001001 10101110 11101011 1110 11010 0 1000 100001011 111100 1010000

Color Harmonies of #C9AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEEB

Black with #C9AEEB

Text Example


Text Example

White with #C9AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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