#CE8CBD

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

Shades of Lily #CE8CBD

Tints of Lily #CE8CBD

Color information

#CE8CBD (or 0xCE8CBD) is unknown color: approx Lily. HEX triplet: CE, 8C and BD. RGB value is (206,140,189). Sum of RGB (Red+Green+Blue) = 206+140+189=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CBD is #317342. Grayscale: #A5A5A5. Windows color (decimal): -3240771 or 12422350. OLE color: 12422350.

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

Color convert

RGB206140189-
CMYK00.320.080.19
HSL315.45º40.24%67.84%-
HSV(B)315.45º32.04%80.78%-
XYZ44.0235.5552.69-
YUV165.32141.37157.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=38.50%
G=26.17%
B=35.33%

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
Decimal20614018900.320.080.19315.4540.2467.84
HexCE8CBD02081313b2844
Octal316214275040102347350104
Binary11001110100011001011110101000001000100111001110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8CBD; }

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

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

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

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

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

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

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

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