#CE98C0

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

Shades of Lily #CE98C0

Tints of Lily #CE98C0

Color information

#CE98C0 (or 0xCE98C0) is unknown color: approx Lily. HEX triplet: CE, 98 and C0. RGB value is (206,152,192). Sum of RGB (Red+Green+Blue) = 206+152+192=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98C0 is #31673F. Grayscale: #ACACAC. Windows color (decimal): -3237696 or 12622030. OLE color: 12622030.

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

Color convert

RGB206152192-
CMYK00.260.070.19
HSL315.56º35.53%70.2%-
HSV(B)315.56º26.21%80.78%-
XYZ46.239.3855.04-
YUV172.71138.89151.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=37.45%
G=27.64%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615219200.260.070.19315.5635.5370.2
HexCE98C001A71313c2446
Octal31623030003272347444106
Binary110011101001100011000000011010111100111001111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98C0; }

 p { color: rgb(206,152,192); }

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

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

 a { background-color: rgb(206,152,192); }

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

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

 span { border-color: rgb(206,152,192); }

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