#C28EAF

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

Shades of Lily #C28EAF

Tints of Lily #C28EAF

Color information

#C28EAF (or 0xC28EAF) is unknown color: approx Lily. HEX triplet: C2, 8E and AF. RGB value is (194,142,175). Sum of RGB (Red+Green+Blue) = 194+142+175=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EAF is #3D7150. Grayscale: #A1A1A1. Windows color (decimal): -4026705 or 11505346. OLE color: 11505346.

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

Color convert

RGB194142175-
CMYK00.270.100.24
HSL321.92º29.89%65.88%-
HSV(B)321.92º26.8%76.08%-
XYZ39.6633.9145.01-
YUV161.31135.73151.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=37.96%
G=27.79%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414217500.270.100.24321.9229.8965.88
HexC28EAF01BA181421e42
Octal302216257033123050236102
Binary110000101000111010101111011011101011000101000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EAF; }

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

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

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

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

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

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

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

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