#CE8DBA

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

Shades of Lily #CE8DBA

Tints of Lily #CE8DBA

Color information

#CE8DBA (or 0xCE8DBA) is unknown color: approx Lily. HEX triplet: CE, 8D and BA. RGB value is (206,141,186). Sum of RGB (Red+Green+Blue) = 206+141+186=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBA is #317245. Grayscale: #A5A5A5. Windows color (decimal): -3240518 or 12225998. OLE color: 12225998.

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

Color convert

RGB206141186-
CMYK00.320.100.19
HSL318.46º39.88%68.04%-
HSV(B)318.46º31.55%80.78%-
XYZ43.8435.7251.04-
YUV165.56139.53156.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=38.65%
G=26.45%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614118600.320.100.19318.4639.8868.04
HexCE8DBA020A1313e2844
Octal316215272040122347650104
Binary11001110100011011011101001000001010100111001111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DBA; }

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

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

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

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

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

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

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

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