#CF7EB4

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

Shades of Lily #CF7EB4

Tints of Lily #CF7EB4

Color information

#CF7EB4 (or 0xCF7EB4) is unknown color: approx Lily. HEX triplet: CF, 7E and B4. RGB value is (207,126,180). Sum of RGB (Red+Green+Blue) = 207+126+180=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EB4 is #30814B. Grayscale: #9C9C9C. Windows color (decimal): -3178828 or 11828943. OLE color: 11828943.

HSL color Cylindrical-coordinate representation of color #CF7EB4: hue angle of 320º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7EB4 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207126180-
CMYK00.390.130.19
HSL320º45.76%65.29%-
HSV(B)320º39.13%81.18%-
XYZ41.4331.4847.07-
YUV156.38141.34164.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=40.35%
G=24.56%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712618000.390.130.1932045.7665.29
HexCF7EB4027D131402e41
Octal317176264047152350056101
Binary1100111111111101011010001001111101100111010000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EB4; }

 p { color: rgb(207,126,180); }

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

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

 a { background-color: rgb(207,126,180); }

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

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

 span { border-color: rgb(207,126,180); }

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