#CE8CB6

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

Shades of Lily #CE8CB6

Tints of Lily #CE8CB6

Color information

#CE8CB6 (or 0xCE8CB6) is unknown color: approx Lily. HEX triplet: CE, 8C and B6. RGB value is (206,140,182). Sum of RGB (Red+Green+Blue) = 206+140+182=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CB6 is #317349. Grayscale: #A4A4A4. Windows color (decimal): -3240778 or 11963598. OLE color: 11963598.

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

Color convert

RGB206140182-
CMYK00.320.120.19
HSL321.82º40.24%67.84%-
HSV(B)321.82º32.04%80.78%-
XYZ43.2835.2648.78-
YUV164.52137.87157.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=39.02%
G=26.52%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614018200.320.120.19321.8240.2467.84
HexCE8CB6020C131422844
Octal316214266040142350250104
Binary11001110100011001011011001000001100100111010000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8CB6; }

 p { color: rgb(206,140,182); }

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

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

 a { background-color: rgb(206,140,182); }

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

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

 span { border-color: rgb(206,140,182); }

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