#CE9CBD

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

Shades of Lily #CE9CBD

Tints of Lily #CE9CBD

Color information

#CE9CBD (or 0xCE9CBD) is unknown color: approx Lily. HEX triplet: CE, 9C and BD. RGB value is (206,156,189). Sum of RGB (Red+Green+Blue) = 206+156+189=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBD is #316342. Grayscale: #AEAEAE. Windows color (decimal): -3236675 or 12426446. OLE color: 12426446.

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

Color convert

RGB206156189-
CMYK00.240.080.19
HSL320.4º33.78%70.98%-
HSV(B)320.4º24.27%80.78%-
XYZ46.5340.5753.52-
YUV174.71136.06150.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=37.39%
G=28.31%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615618900.240.080.19320.433.7870.98
HexCE9CBD0188131402247
Octal316234275030102350042107
Binary1100111010011100101111010110001000100111010000001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CBD; }

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

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

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

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

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

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

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

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