#CE95BC

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

Shades of Lily #CE95BC

Tints of Lily #CE95BC

Color information

#CE95BC (or 0xCE95BC) is unknown color: approx Lily. HEX triplet: CE, 95 and BC. RGB value is (206,149,188). Sum of RGB (Red+Green+Blue) = 206+149+188=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95BC is #316A43. Grayscale: #AAAAAA. Windows color (decimal): -3238468 or 12359118. OLE color: 12359118.

HSL color Cylindrical-coordinate representation of color #CE95BC: hue angle of 318.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95BC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206149188-
CMYK00.280.090.19
HSL318.95º36.77%69.61%-
HSV(B)318.95º27.67%80.78%-
XYZ45.2838.2552.57-
YUV170.49137.88153.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=37.94%
G=27.44%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614918800.280.090.19318.9536.7769.61
HexCE95BC01C91313f2546
Octal316225274034112347745106
Binary1100111010010101101111000111001001100111001111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95BC; }

 p { color: rgb(206,149,188); }

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

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

 a { background-color: rgb(206,149,188); }

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

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

 span { border-color: rgb(206,149,188); }

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