#CE92BA

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

Shades of Lily #CE92BA

Tints of Lily #CE92BA

Color information

#CE92BA (or 0xCE92BA) is unknown color: approx Lily. HEX triplet: CE, 92 and BA. RGB value is (206,146,186). Sum of RGB (Red+Green+Blue) = 206+146+186=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BA is #316D45. Grayscale: #A8A8A8. Windows color (decimal): -3239238 or 12227278. OLE color: 12227278.

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

Color convert

RGB206146186-
CMYK00.290.100.19
HSL320º37.97%69.02%-
HSV(B)320º29.13%80.78%-
XYZ44.637.2251.29-
YUV168.5137.88154.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=38.29%
G=27.14%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614618600.290.100.1932037.9769.02
HexCE92BA01DA131402645
Octal316222272035122350046105
Binary1100111010010010101110100111011010100111010000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92BA; }

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

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

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

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

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

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

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

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