Html Css Color HEX #C9AEEF Perfume

📋 copy color: '#C9AEEF'

red 201 ◦ green 174 ◦ blue 239

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

Shades of Perfume #C9AEEF

Tints of Perfume #C9AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 32.74%
G = 28.34%
B = 38.93%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9AEEF (or 0xC9AEEF) is known color: Perfume. HEX triplet: C9, AE and EF. RGB value is (201,174,239). Sum of RGB (Red+Green+Blue) = 201+174+239=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEF is #365110. Grayscale: #BDBDBD. Windows color (decimal): -3559697 or 15707849. OLE color: 15707849.

HSL color Cylindrical-coordinate representation of color #C9AEEF: hue angle of 264.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AEEF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 174 239 -
CMYK 0.16 0.27 0 0.06
HSL 264.92º 0.67% 0.81% -
HSV(B) 264.92º 0.27% 0.94% -
XYZ 54.8 48.92 88.22 -
YUV 189.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 201 174 239 0.16 0.27 0 0.06 264.92 0.67 0.81
Hex C9 AE EF 10 1B 0 6 109 43 51
Octal 311 256 357 20 33 0 6 411 103 121
Binary 11001001 10101110 11101111 10000 11011 0 110 100001001 1000011 1010001

Color Harmonies of #C9AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEEF

Black with #C9AEEF

Text Example


Text Example

White with #C9AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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