#CC9EBF

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

Shades of Lily #CC9EBF

Tints of Lily #CC9EBF

Color information

#CC9EBF (or 0xCC9EBF) is unknown color: approx Lily. HEX triplet: CC, 9E and BF. RGB value is (204,158,191). Sum of RGB (Red+Green+Blue) = 204+158+191=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EBF is #336140. Grayscale: #AFAFAF. Windows color (decimal): -3367233 or 12558028. OLE color: 12558028.

HSL color Cylindrical-coordinate representation of color #CC9EBF: hue angle of 316.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EBF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204158191-
CMYK00.230.060.2
HSL316.96º31.08%70.98%-
HSV(B)316.96º22.55%80%-
XYZ46.5341.0554.76-
YUV175.52136.74148.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 34.54%
R=36.89%
G=28.57%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415819100.230.060.2316.9631.0870.98
HexCC9EBF01761413d1f47
Octal31423627702762447537107
Binary11001100100111101011111101011111010100100111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EBF; }

 p { color: rgb(204,158,191); }

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

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

 a { background-color: rgb(204,158,191); }

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

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

 span { border-color: rgb(204,158,191); }

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