#CE92BC

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

Shades of Lily #CE92BC

Tints of Lily #CE92BC

Color information

#CE92BC (or 0xCE92BC) is unknown color: approx Lily. HEX triplet: CE, 92 and BC. RGB value is (206,146,188). Sum of RGB (Red+Green+Blue) = 206+146+188=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BC is #316D43. Grayscale: #A8A8A8. Windows color (decimal): -3239236 or 12358350. OLE color: 12358350.

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

Color convert

RGB206146188-
CMYK00.290.090.19
HSL318º37.97%69.02%-
HSV(B)318º29.13%80.78%-
XYZ44.8137.3152.42-
YUV168.73138.88154.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=38.15%
G=27.04%
B=34.81%

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
Decimal20614618800.290.090.1931837.9769.02
HexCE92BC01D91313e2645
Octal316222274035112347646105
Binary1100111010010010101111000111011001100111001111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92BC; }

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

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

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

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

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

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

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

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