#C9B2E3

Color #C9B2E3 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C9B2E3

Tints of Perfume #C9B2E3

Color information

#C9B2E3 (or 0xC9B2E3) is unknown color: approx Perfume. HEX triplet: C9, B2 and E3. RGB value is (201,178,227). Sum of RGB (Red+Green+Blue) = 201+178+227=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9B2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2E3 is #364D1C. Grayscale: #BEBEBE. Windows color (decimal): -3558685 or 14922441. OLE color: 14922441.

HSL color Cylindrical-coordinate representation of color #C9B2E3: hue angle of 268.16º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9B2E3 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201178227-
CMYK0.110.2200.11
HSL268.16º46.67%79.41%-
HSV(B)268.16º21.59%89.02%-
XYZ53.8749.879.45-
YUV190.46148.62135.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=33.17%
G=29.37%
B=37.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011782270.110.2200.11268.1646.6779.41
HexC9B2E3B160B10c2f4f
Octal311262343132601341457117
Binary110010011011001011100011101110110010111000011001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2E3; }

 p { color: rgb(201,178,227); }

 H1.HeaderClassName
 {
   color: #C9B2E3;
 }
 .AnyTagClassName
 {
   color: #C9B2E3;
 }
</style>
background-color css

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

 a { background-color: rgb(201,178,227); }

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

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

 span { border-color: rgb(201,178,227); }

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