#CC9EBE

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

Shades of Lily #CC9EBE

Tints of Lily #CC9EBE

Color information

#CC9EBE (or 0xCC9EBE) is unknown color: approx Lily. HEX triplet: CC, 9E and BE. RGB value is (204,158,190). Sum of RGB (Red+Green+Blue) = 204+158+190=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EBE is #336141. Grayscale: #AFAFAF. Windows color (decimal): -3367234 or 12492492. OLE color: 12492492.

HSL color Cylindrical-coordinate representation of color #CC9EBE: hue angle of 318.26º 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 #CC9EBE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204158190-
CMYK00.230.070.2
HSL318.26º31.08%70.98%-
HSV(B)318.26º22.55%80%-
XYZ46.4241.0154.18-
YUV175.4136.24148.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=36.96%
G=28.62%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415819000.230.070.2318.2631.0870.98
HexCC9EBE01771413e1f47
Octal31423627602772447637107
Binary11001100100111101011111001011111110100100111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EBE; }

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

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

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

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

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

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

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

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