#CE9CB3

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

Shades of Lily #CE9CB3

Tints of Lily #CE9CB3

Color information

#CE9CB3 (or 0xCE9CB3) is unknown color: approx Lily. HEX triplet: CE, 9C and B3. RGB value is (206,156,179). Sum of RGB (Red+Green+Blue) = 206+156+179=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CB3 is #31634C. Grayscale: #ADADAD. Windows color (decimal): -3236685 or 11771086. OLE color: 11771086.

HSL color Cylindrical-coordinate representation of color #CE9CB3: hue angle of 332.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CB3 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206156179-
CMYK00.240.130.19
HSL332.4º33.78%70.98%-
HSV(B)332.4º24.27%80.78%-
XYZ45.4840.1548-
YUV173.57131.06151.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=38.08%
G=28.84%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615617900.240.130.19332.433.7870.98
HexCE9CB3018D1314c2247
Octal316234263030152351442107
Binary1100111010011100101100110110001101100111010011001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CB3; }

 p { color: rgb(206,156,179); }

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

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

 a { background-color: rgb(206,156,179); }

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

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

 span { border-color: rgb(206,156,179); }

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