#CC7EAD

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

Shades of Lily #CC7EAD

Tints of Lily #CC7EAD

Color information

#CC7EAD (or 0xCC7EAD) is unknown color: approx Lily. HEX triplet: CC, 7E and AD. RGB value is (204,126,173). Sum of RGB (Red+Green+Blue) = 204+126+173=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAD is #338152. Grayscale: #9A9A9A. Windows color (decimal): -3375443 or 11370188. OLE color: 11370188.

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

Color convert

RGB204126173-
CMYK00.380.150.2
HSL323.85º43.33%64.71%-
HSV(B)323.85º38.24%80%-
XYZ39.9130.7843.37-
YUV154.68138.34163.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=40.56%
G=25.05%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412617300.380.150.2323.8543.3364.71
HexCC7EAD026F141442b41
Octal314176255046172450453101
Binary1100110011111101010110101001101111101001010001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EAD; }

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

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

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

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

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

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

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

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