#C28EAD

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

Shades of Lily #C28EAD

Tints of Lily #C28EAD

Color information

#C28EAD (or 0xC28EAD) is unknown color: approx Lily. HEX triplet: C2, 8E and AD. RGB value is (194,142,173). Sum of RGB (Red+Green+Blue) = 194+142+173=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EAD is #3D7152. Grayscale: #A1A1A1. Windows color (decimal): -4026707 or 11374274. OLE color: 11374274.

HSL color Cylindrical-coordinate representation of color #C28EAD: hue angle of 324.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EAD is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194142173-
CMYK00.270.110.24
HSL324.23º29.89%65.88%-
HSV(B)324.23º26.8%76.08%-
XYZ39.4633.8343.99-
YUV161.08134.73151.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=38.11%
G=27.90%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414217300.270.110.24324.2329.8965.88
HexC28EAD01BB181441e42
Octal302216255033133050436102
Binary110000101000111010101101011011101111000101000100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EAD; }

 p { color: rgb(194,142,173); }

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

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

 a { background-color: rgb(194,142,173); }

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

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

 span { border-color: rgb(194,142,173); }

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