#C9B4DE

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

Shades of Perfume #C9B4DE

Tints of Perfume #C9B4DE

Color information

#C9B4DE (or 0xC9B4DE) is unknown color: approx Perfume. HEX triplet: C9, B4 and DE. RGB value is (201,180,222). Sum of RGB (Red+Green+Blue) = 201+180+222=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4DE is #364B21. Grayscale: #BEBEBE. Windows color (decimal): -3558178 or 14595273. OLE color: 14595273.

HSL color Cylindrical-coordinate representation of color #C9B4DE: hue angle of 270º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9B4DE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201180222-
CMYK0.090.1900.13
HSL270º38.89%78.82%-
HSV(B)270º18.92%87.06%-
XYZ53.5950.3376-
YUV191.07145.46135.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=33.33%
G=29.85%
B=36.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011802220.090.1900.1327038.8978.82
HexC9B4DE9130D10e274f
Octal311264336112301541647117
Binary110010011011010011011110100110011011011000011101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B4DE; }

 p { color: rgb(201,180,222); }

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

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

 a { background-color: rgb(201,180,222); }

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

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

 span { border-color: rgb(201,180,222); }

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