#CE8EBF

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

Shades of Lily #CE8EBF

Tints of Lily #CE8EBF

Color information

#CE8EBF (or 0xCE8EBF) is unknown color: approx Lily. HEX triplet: CE, 8E and BF. RGB value is (206,142,191). Sum of RGB (Red+Green+Blue) = 206+142+191=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBF is #317140. Grayscale: #A6A6A6. Windows color (decimal): -3240257 or 12553934. OLE color: 12553934.

HSL color Cylindrical-coordinate representation of color #CE8EBF: hue angle of 314.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EBF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206142191-
CMYK00.310.070.19
HSL314.06º39.51%68.24%-
HSV(B)314.06º31.07%80.78%-
XYZ44.5336.2353.94-
YUV166.72141.7156.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 191 (75% from 255) = 35.44%
R=38.22%
G=26.35%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614219100.310.070.19314.0639.5168.24
HexCE8EBF01F71313a2844
Octal31621627703772347250104
Binary110011101000111010111111011111111100111001110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EBF; }

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

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

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

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

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

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

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

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