#CE8DBE

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

Shades of Lily #CE8DBE

Tints of Lily #CE8DBE

Color information

#CE8DBE (or 0xCE8DBE) is unknown color: approx Lily. HEX triplet: CE, 8D and BE. RGB value is (206,141,190). Sum of RGB (Red+Green+Blue) = 206+141+190=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBE is #317241. Grayscale: #A5A5A5. Windows color (decimal): -3240514 or 12488142. OLE color: 12488142.

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

Color convert

RGB206141190-
CMYK00.320.080.19
HSL314.77º39.88%68.04%-
HSV(B)314.77º31.55%80.78%-
XYZ44.2735.8953.31-
YUV166.02141.53156.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=38.36%
G=26.26%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614119000.320.080.19314.7739.8868.04
HexCE8DBE02081313b2844
Octal316215276040102347350104
Binary11001110100011011011111001000001000100111001110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DBE; }

 p { color: rgb(206,141,190); }

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

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

 a { background-color: rgb(206,141,190); }

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

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

 span { border-color: rgb(206,141,190); }

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