#C98EBD

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

Shades of Lily #C98EBD

Tints of Lily #C98EBD

Color information

#C98EBD (or 0xC98EBD) is unknown color: approx Lily. HEX triplet: C9, 8E and BD. RGB value is (201,142,189). Sum of RGB (Red+Green+Blue) = 201+142+189=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EBD is #367142. Grayscale: #A4A4A4. Windows color (decimal): -3567939 or 12422857. OLE color: 12422857.

HSL color Cylindrical-coordinate representation of color #C98EBD: hue angle of 312.2º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98EBD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201142189-
CMYK00.290.060.21
HSL312.2º35.33%67.25%-
HSV(B)312.2º29.35%78.82%-
XYZ42.9535.4452.72-
YUV165141.55153.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=37.78%
G=26.69%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114218900.290.060.21312.235.3367.25
HexC98EBD01D6151382343
Octal31121627503562547043103
Binary110010011000111010111101011101110101011001110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EBD; }

 p { color: rgb(201,142,189); }

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

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

 a { background-color: rgb(201,142,189); }

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

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

 span { border-color: rgb(201,142,189); }

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