#CE9CBA

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

Shades of Lily #CE9CBA

Tints of Lily #CE9CBA

Color information

#CE9CBA (or 0xCE9CBA) is unknown color: approx Lily. HEX triplet: CE, 9C and BA. RGB value is (206,156,186). Sum of RGB (Red+Green+Blue) = 206+156+186=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBA is #316345. Grayscale: #AEAEAE. Windows color (decimal): -3236678 or 12229838. OLE color: 12229838.

HSL color Cylindrical-coordinate representation of color #CE9CBA: hue angle of 324º 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 #CE9CBA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206156186-
CMYK00.240.100.19
HSL324º33.78%70.98%-
HSV(B)324º24.27%80.78%-
XYZ46.240.4451.83-
YUV174.37134.56150.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=37.59%
G=28.47%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615618600.240.100.1932433.7870.98
HexCE9CBA018A131442247
Octal316234272030122350442107
Binary1100111010011100101110100110001010100111010001001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CBA; }

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

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

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

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

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

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

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

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