#CE8EB3

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

Shades of Lily #CE8EB3

Tints of Lily #CE8EB3

Color information

#CE8EB3 (or 0xCE8EB3) is unknown color: approx Lily. HEX triplet: CE, 8E and B3. RGB value is (206,142,179). Sum of RGB (Red+Green+Blue) = 206+142+179=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EB3 is #31714C. Grayscale: #A5A5A5. Windows color (decimal): -3240269 or 11767502. OLE color: 11767502.

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

Color convert

RGB206142179-
CMYK00.310.130.19
HSL325.31º39.51%68.24%-
HSV(B)325.31º31.07%80.78%-
XYZ43.2635.7247.26-
YUV165.35135.7156.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=39.09%
G=26.94%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614217900.310.130.19325.3139.5168.24
HexCE8EB301FD131452844
Octal316216263037152350550104
Binary1100111010001110101100110111111101100111010001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EB3; }

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

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

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

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

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

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

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

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