#CE87BA

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

Shades of Lily #CE87BA

Tints of Lily #CE87BA

Color information

#CE87BA (or 0xCE87BA) is unknown color: approx Lily. HEX triplet: CE, 87 and BA. RGB value is (206,135,186). Sum of RGB (Red+Green+Blue) = 206+135+186=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87BA is #317845. Grayscale: #A1A1A1. Windows color (decimal): -3242054 or 12224462. OLE color: 12224462.

HSL color Cylindrical-coordinate representation of color #CE87BA: hue angle of 316.9º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87BA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206135186-
CMYK00.340.100.19
HSL316.9º42.01%66.86%-
HSV(B)316.9º34.47%80.78%-
XYZ42.9833.9950.75-
YUV162.04141.52159.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=39.09%
G=25.62%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613518600.340.100.19316.942.0166.86
HexCE87BA022A1313d2a43
Octal316207272042122347552103
Binary11001110100001111011101001000101010100111001111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE87BA; }

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

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

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

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

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

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

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

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