#CC98BD

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

Shades of Lily #CC98BD

Tints of Lily #CC98BD

Color information

#CC98BD (or 0xCC98BD) is unknown color: approx Lily. HEX triplet: CC, 98 and BD. RGB value is (204,152,189). Sum of RGB (Red+Green+Blue) = 204+152+189=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98BD is #336742. Grayscale: #ABABAB. Windows color (decimal): -3368771 or 12425420. OLE color: 12425420.

HSL color Cylindrical-coordinate representation of color #CC98BD: hue angle of 317.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98BD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204152189-
CMYK00.250.070.2
HSL317.31º33.77%69.8%-
HSV(B)317.31º25.49%80%-
XYZ45.3238.9753.28-
YUV171.77137.73150.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=37.43%
G=27.89%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415218900.250.070.2317.3133.7769.8
HexCC98BD01971413d2246
Octal31423027503172447542106
Binary110011001001100010111101011001111101001001111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98BD; }

 p { color: rgb(204,152,189); }

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

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

 a { background-color: rgb(204,152,189); }

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

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

 span { border-color: rgb(204,152,189); }

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