#C9B5DC

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

Shades of Perfume #C9B5DC

Tints of Perfume #C9B5DC

Color information

#C9B5DC (or 0xC9B5DC) is unknown color: approx Perfume. HEX triplet: C9, B5 and DC. RGB value is (201,181,220). Sum of RGB (Red+Green+Blue) = 201+181+220=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5DC is #364A23. Grayscale: #BFBFBF. Windows color (decimal): -3557924 or 14464457. OLE color: 14464457.

HSL color Cylindrical-coordinate representation of color #C9B5DC: hue angle of 270.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9B5DC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201181220-
CMYK0.090.1800.14
HSL270.77º35.78%78.63%-
HSV(B)270.77º17.73%86.27%-
XYZ53.5350.6374.66-
YUV191.43144.13134.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=33.39%
G=30.07%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011812200.090.1800.14270.7735.7878.63
HexC9B5DC9120E10f244f
Octal311265334112201641744117
Binary110010011011010111011100100110010011101000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B5DC; }

 p { color: rgb(201,181,220); }

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

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

 a { background-color: rgb(201,181,220); }

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

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

 span { border-color: rgb(201,181,220); }

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