#CE8EBD

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

Shades of Lily #CE8EBD

Tints of Lily #CE8EBD

Color information

#CE8EBD (or 0xCE8EBD) is unknown color: approx Lily. HEX triplet: CE, 8E and BD. RGB value is (206,142,189). Sum of RGB (Red+Green+Blue) = 206+142+189=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBD is #317142. Grayscale: #A6A6A6. Windows color (decimal): -3240259 or 12422862. OLE color: 12422862.

HSL color Cylindrical-coordinate representation of color #CE8EBD: hue angle of 315.94º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EBD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206142189-
CMYK00.310.080.19
HSL315.94º39.51%68.24%-
HSV(B)315.94º31.07%80.78%-
XYZ44.3136.1452.78-
YUV166.49140.7156.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=38.36%
G=26.44%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614218900.310.080.19315.9439.5168.24
HexCE8EBD01F81313c2844
Octal316216275037102347450104
Binary1100111010001110101111010111111000100111001111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EBD; }

 p { color: rgb(206,142,189); }

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

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

 a { background-color: rgb(206,142,189); }

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

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

 span { border-color: rgb(206,142,189); }

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