#CE84B6

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

Shades of Lily #CE84B6

Tints of Lily #CE84B6

Color information

#CE84B6 (or 0xCE84B6) is unknown color: approx Lily. HEX triplet: CE, 84 and B6. RGB value is (206,132,182). Sum of RGB (Red+Green+Blue) = 206+132+182=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84B6 is #317B49. Grayscale: #9F9F9F. Windows color (decimal): -3242826 or 11961550. OLE color: 11961550.

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

Color convert

RGB206132182-
CMYK00.360.120.19
HSL319.46º43.02%66.27%-
HSV(B)319.46º35.92%80.78%-
XYZ42.153348.4-
YUV159.83140.52160.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 182 (71.48% from 255) = 35%
R=39.62%
G=25.38%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613218200.360.120.19319.4643.0266.27
HexCE84B6024C1313f2b42
Octal316204266044142347753102
Binary11001110100001001011011001001001100100111001111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84B6; }

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

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

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

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

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

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

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

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