#CEA1B2

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

Shades of Lily #CEA1B2

Tints of Lily #CEA1B2

Color information

#CEA1B2 (or 0xCEA1B2) is unknown color: approx Lily. HEX triplet: CE, A1 and B2. RGB value is (206,161,178). Sum of RGB (Red+Green+Blue) = 206+161+178=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1B2 is #315E4D. Grayscale: #B0B0B0. Windows color (decimal): -3235406 or 11706830. OLE color: 11706830.

HSL color Cylindrical-coordinate representation of color #CEA1B2: hue angle of 337.33º degrees, saturation: 0.31, 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 #CEA1B2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206161178-
CMYK00.220.140.19
HSL337.33º31.47%71.96%-
HSV(B)337.33º21.84%80.78%-
XYZ46.2341.8347.76-
YUV176.39128.91149.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=37.80%
G=29.54%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616117800.220.140.19337.3331.4771.96
HexCEA1B2016E131511f48
Octal316241262026162352137110
Binary110011101010000110110010010110111010011101010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1B2; }

 p { color: rgb(206,161,178); }

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

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

 a { background-color: rgb(206,161,178); }

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

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

 span { border-color: rgb(206,161,178); }

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