#CE94B9

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

Shades of Lily #CE94B9

Tints of Lily #CE94B9

Color information

#CE94B9 (or 0xCE94B9) is unknown color: approx Lily. HEX triplet: CE, 94 and B9. RGB value is (206,148,185). Sum of RGB (Red+Green+Blue) = 206+148+185=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94B9 is #316B46. Grayscale: #A9A9A9. Windows color (decimal): -3238727 or 12162254. OLE color: 12162254.

HSL color Cylindrical-coordinate representation of color #CE94B9: hue angle of 321.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94B9 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206148185-
CMYK00.280.100.19
HSL321.72º37.18%69.41%-
HSV(B)321.72º28.16%80.78%-
XYZ44.837.850.83-
YUV169.56136.72153.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=38.22%
G=27.46%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614818500.280.100.19321.7237.1869.41
HexCE94B901CA131422545
Octal316224271034122350245105
Binary1100111010010100101110010111001010100111010000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94B9; }

 p { color: rgb(206,148,185); }

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

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

 a { background-color: rgb(206,148,185); }

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

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

 span { border-color: rgb(206,148,185); }

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