#CE95AF

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

Shades of Lily #CE95AF

Tints of Lily #CE95AF

Color information

#CE95AF (or 0xCE95AF) is unknown color: approx Lily. HEX triplet: CE, 95 and AF. RGB value is (206,149,175). Sum of RGB (Red+Green+Blue) = 206+149+175=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AF is #316A50. Grayscale: #A8A8A8. Windows color (decimal): -3238481 or 11507150. OLE color: 11507150.

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

Color convert

RGB206149175-
CMYK00.280.150.19
HSL332.63º36.77%69.61%-
HSV(B)332.63º27.67%80.78%-
XYZ43.9437.7145.52-
YUV169.01131.38154.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=38.87%
G=28.11%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614917500.280.150.19332.6336.7769.61
HexCE95AF01CF1314d2546
Octal316225257034172351545106
Binary1100111010010101101011110111001111100111010011011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95AF; }

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

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

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

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

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

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

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

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