#CE92BB

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

Shades of Lily #CE92BB

Tints of Lily #CE92BB

Color information

#CE92BB (or 0xCE92BB) is unknown color: approx Lily. HEX triplet: CE, 92 and BB. RGB value is (206,146,187). Sum of RGB (Red+Green+Blue) = 206+146+187=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BB is #316D44. Grayscale: #A8A8A8. Windows color (decimal): -3239237 or 12292814. OLE color: 12292814.

HSL color Cylindrical-coordinate representation of color #CE92BB: hue angle of 319º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE92BB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206146187-
CMYK00.290.090.19
HSL319º37.97%69.02%-
HSV(B)319º29.13%80.78%-
XYZ44.737.2751.85-
YUV168.61138.38154.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=38.22%
G=27.09%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614618700.290.090.1931937.9769.02
HexCE92BB01D91313f2645
Octal316222273035112347746105
Binary1100111010010010101110110111011001100111001111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92BB; }

 p { color: rgb(206,146,187); }

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

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

 a { background-color: rgb(206,146,187); }

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

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

 span { border-color: rgb(206,146,187); }

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