#CEA0B4

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

Shades of Lily #CEA0B4

Tints of Lily #CEA0B4

Color information

#CEA0B4 (or 0xCEA0B4) is unknown color: approx Lily. HEX triplet: CE, A0 and B4. RGB value is (206,160,180). Sum of RGB (Red+Green+Blue) = 206+160+180=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0B4 is #315F4B. Grayscale: #B0B0B0. Windows color (decimal): -3235660 or 11837646. OLE color: 11837646.

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

Color convert

RGB206160180-
CMYK00.220.130.19
HSL333.91º31.94%71.76%-
HSV(B)333.91º22.33%80.78%-
XYZ46.2641.5648.76-
YUV176.03130.24149.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=37.73%
G=29.30%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616018000.220.130.19333.9131.9471.76
HexCEA0B4016D1314e2048
Octal316240264026152351640110
Binary1100111010100000101101000101101101100111010011101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0B4; }

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

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

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

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

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

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

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

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