#CE9DBF

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

Shades of Lily #CE9DBF

Tints of Lily #CE9DBF

Color information

#CE9DBF (or 0xCE9DBF) is unknown color: approx Lily. HEX triplet: CE, 9D and BF. RGB value is (206,157,191). Sum of RGB (Red+Green+Blue) = 206+157+191=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DBF is #316240. Grayscale: #AFAFAF. Windows color (decimal): -3236417 or 12557774. OLE color: 12557774.

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

Color convert

RGB206157191-
CMYK00.240.070.19
HSL318.37º33.33%71.18%-
HSV(B)318.37º23.79%80.78%-
XYZ46.914154.73-
YUV175.53136.73149.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 191 (75% from 255) = 34.48%
R=37.18%
G=28.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615719100.240.070.19318.3733.3371.18
HexCE9DBF01871313e2147
Octal31623527703072347641107
Binary110011101001110110111111011000111100111001111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DBF; }

 p { color: rgb(206,157,191); }

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

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

 a { background-color: rgb(206,157,191); }

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

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

 span { border-color: rgb(206,157,191); }

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