#CE8FBF

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

Shades of Lily #CE8FBF

Tints of Lily #CE8FBF

Color information

#CE8FBF (or 0xCE8FBF) is unknown color: approx Lily. HEX triplet: CE, 8F and BF. RGB value is (206,143,191). Sum of RGB (Red+Green+Blue) = 206+143+191=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBF is #317040. Grayscale: #A7A7A7. Windows color (decimal): -3240001 or 12554190. OLE color: 12554190.

HSL color Cylindrical-coordinate representation of color #CE8FBF: hue angle of 314.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8FBF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206143191-
CMYK00.310.070.19
HSL314.29º39.13%68.43%-
HSV(B)314.29º30.58%80.78%-
XYZ44.6836.5353.99-
YUV167.31141.37155.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 191 (75% from 255) = 35.37%
R=38.15%
G=26.48%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614319100.310.070.19314.2939.1368.43
HexCE8FBF01F71313a2744
Octal31621727703772347247104
Binary110011101000111110111111011111111100111001110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FBF; }

 p { color: rgb(206,143,191); }

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

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

 a { background-color: rgb(206,143,191); }

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

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

 span { border-color: rgb(206,143,191); }

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