#CE90BF

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

Shades of Lily #CE90BF

Tints of Lily #CE90BF

Color information

#CE90BF (or 0xCE90BF) is unknown color: approx Lily. HEX triplet: CE, 90 and BF. RGB value is (206,144,191). Sum of RGB (Red+Green+Blue) = 206+144+191=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90BF is #316F40. Grayscale: #A7A7A7. Windows color (decimal): -3239745 or 12554446. OLE color: 12554446.

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

Color convert

RGB206144191-
CMYK00.300.070.19
HSL314.52º38.75%68.63%-
HSV(B)314.52º30.1%80.78%-
XYZ44.8336.8354.04-
YUV167.9141.04155.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 191 (75% from 255) = 35.30%
R=38.08%
G=26.62%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614419100.300.070.19314.5238.7568.63
HexCE90BF01E71313b2745
Octal31622027703672347347105
Binary110011101001000010111111011110111100111001110111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90BF; }

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

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

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

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

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

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

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

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