#CC7EB8

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

Shades of Lily #CC7EB8

Tints of Lily #CC7EB8

Color information

#CC7EB8 (or 0xCC7EB8) is unknown color: approx Lily. HEX triplet: CC, 7E and B8. RGB value is (204,126,184). Sum of RGB (Red+Green+Blue) = 204+126+184=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EB8 is #338147. Grayscale: #9B9B9B. Windows color (decimal): -3375432 or 12091084. OLE color: 12091084.

HSL color Cylindrical-coordinate representation of color #CC7EB8: hue angle of 315.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EB8 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204126184-
CMYK00.380.100.2
HSL315.38º43.33%64.71%-
HSV(B)315.38º38.24%80%-
XYZ41.0131.2249.21-
YUV155.93143.84162.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 184 (72.27% from 255) = 35.80%
R=39.69%
G=24.51%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412618400.380.100.2315.3843.3364.71
HexCC7EB8026A1413b2b41
Octal314176270046122447353101
Binary1100110011111101011100001001101010101001001110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EB8; }

 p { color: rgb(204,126,184); }

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

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

 a { background-color: rgb(204,126,184); }

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

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

 span { border-color: rgb(204,126,184); }

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