#CE92BD

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

Shades of Lily #CE92BD

Tints of Lily #CE92BD

Color information

#CE92BD (or 0xCE92BD) is unknown color: approx Lily. HEX triplet: CE, 92 and BD. RGB value is (206,146,189). Sum of RGB (Red+Green+Blue) = 206+146+189=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BD is #316D42. Grayscale: #A8A8A8. Windows color (decimal): -3239235 or 12423886. OLE color: 12423886.

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

Color convert

RGB206146189-
CMYK00.290.080.19
HSL317º37.97%69.02%-
HSV(B)317º29.13%80.78%-
XYZ44.9237.3552.99-
YUV168.84139.38154.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=38.08%
G=26.99%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614618900.290.080.1931737.9769.02
HexCE92BD01D81313d2645
Octal316222275035102347546105
Binary1100111010010010101111010111011000100111001111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92BD; }

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

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

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

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

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

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

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

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