#CE83AF

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

Shades of Lily #CE83AF

Tints of Lily #CE83AF

Color information

#CE83AF (or 0xCE83AF) is unknown color: approx Lily. HEX triplet: CE, 83 and AF. RGB value is (206,131,175). Sum of RGB (Red+Green+Blue) = 206+131+175=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83AF is #317C50. Grayscale: #9E9E9E. Windows color (decimal): -3243089 or 11502542. OLE color: 11502542.

HSL color Cylindrical-coordinate representation of color #CE83AF: hue angle of 324.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83AF is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206131175-
CMYK00.360.150.19
HSL324.8º43.35%66.08%-
HSV(B)324.8º36.41%80.78%-
XYZ41.3132.4544.64-
YUV158.44137.35161.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=40.23%
G=25.59%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613117500.360.150.19324.843.3566.08
HexCE83AF024F131452b42
Octal316203257044172350553102
Binary11001110100000111010111101001001111100111010001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83AF; }

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

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

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

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

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

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

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

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