#CE95B5

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

Shades of Lily #CE95B5

Tints of Lily #CE95B5

Color information

#CE95B5 (or 0xCE95B5) is unknown color: approx Lily. HEX triplet: CE, 95 and B5. RGB value is (206,149,181). Sum of RGB (Red+Green+Blue) = 206+149+181=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95B5 is #316A4A. Grayscale: #A9A9A9. Windows color (decimal): -3238475 or 11900366. OLE color: 11900366.

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

Color convert

RGB206149181-
CMYK00.280.120.19
HSL326.32º36.77%69.61%-
HSV(B)326.32º27.67%80.78%-
XYZ44.5437.9548.69-
YUV169.69134.38153.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=38.43%
G=27.80%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614918100.280.120.19326.3236.7769.61
HexCE95B501CC131462546
Octal316225265034142350645106
Binary1100111010010101101101010111001100100111010001101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95B5; }

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

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

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

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

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

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

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

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