#CE7AB4

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

Shades of Lily #CE7AB4

Tints of Lily #CE7AB4

Color information

#CE7AB4 (or 0xCE7AB4) is unknown color: approx Lily. HEX triplet: CE, 7A and B4. RGB value is (206,122,180). Sum of RGB (Red+Green+Blue) = 206+122+180=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB4 is #31854B. Grayscale: #999999. Windows color (decimal): -3245388 or 11827918. OLE color: 11827918.

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

Color convert

RGB206122180-
CMYK00.410.130.19
HSL318.57º46.15%64.31%-
HSV(B)318.57º40.78%80.78%-
XYZ40.6530.3446.89-
YUV153.73142.83165.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=40.55%
G=24.02%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612218000.410.130.19318.5746.1564.31
HexCE7AB4029D1313f2e40
Octal316172264051152347756100
Binary1100111011110101011010001010011101100111001111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AB4; }

 p { color: rgb(206,122,180); }

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

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

 a { background-color: rgb(206,122,180); }

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

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

 span { border-color: rgb(206,122,180); }

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