#CE7FB3

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

Shades of Lily #CE7FB3

Tints of Lily #CE7FB3

Color information

#CE7FB3 (or 0xCE7FB3) is unknown color: approx Lily. HEX triplet: CE, 7F and B3. RGB value is (206,127,179). Sum of RGB (Red+Green+Blue) = 206+127+179=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FB3 is #31804C. Grayscale: #9C9C9C. Windows color (decimal): -3244109 or 11763662. OLE color: 11763662.

HSL color Cylindrical-coordinate representation of color #CE7FB3: hue angle of 320.51º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FB3 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206127179-
CMYK00.380.130.19
HSL320.51º44.63%65.29%-
HSV(B)320.51º38.35%80.78%-
XYZ41.1831.5646.57-
YUV156.55140.67163.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=40.23%
G=24.80%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612717900.380.130.19320.5144.6365.29
HexCE7FB3026D131412d41
Octal316177263046152350155101
Binary1100111011111111011001101001101101100111010000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FB3; }

 p { color: rgb(206,127,179); }

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

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

 a { background-color: rgb(206,127,179); }

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

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

 span { border-color: rgb(206,127,179); }

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