#C98DBB

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

Shades of Lily #C98DBB

Tints of Lily #C98DBB

Color information

#C98DBB (or 0xC98DBB) is unknown color: approx Lily. HEX triplet: C9, 8D and BB. RGB value is (201,141,187). Sum of RGB (Red+Green+Blue) = 201+141+187=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBB is #367244. Grayscale: #A4A4A4. Windows color (decimal): -3568197 or 12291529. OLE color: 12291529.

HSL color Cylindrical-coordinate representation of color #C98DBB: hue angle of 314º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DBB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201141187-
CMYK00.300.070.21
HSL314º35.71%67.06%-
HSV(B)314º29.85%78.82%-
XYZ42.5835.0651.54-
YUV164.18140.88154.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=38.00%
G=26.65%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114118700.300.070.2131435.7167.06
HexC98DBB01E71513a2443
Octal31121527303672547244103
Binary110010011000110110111011011110111101011001110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DBB; }

 p { color: rgb(201,141,187); }

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

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

 a { background-color: rgb(201,141,187); }

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

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

 span { border-color: rgb(201,141,187); }

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