#CE8FB8

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

Shades of Lily #CE8FB8

Tints of Lily #CE8FB8

Color information

#CE8FB8 (or 0xCE8FB8) is unknown color: approx Lily. HEX triplet: CE, 8F and B8. RGB value is (206,143,184). Sum of RGB (Red+Green+Blue) = 206+143+184=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FB8 is #317047. Grayscale: #A6A6A6. Windows color (decimal): -3240008 or 12095438. OLE color: 12095438.

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

Color convert

RGB206143184-
CMYK00.310.110.19
HSL320.95º39.13%68.43%-
HSV(B)320.95º30.58%80.78%-
XYZ43.9336.2350.02-
YUV166.51137.87156.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=38.65%
G=26.83%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614318400.310.110.19320.9539.1368.43
HexCE8FB801FB131412744
Octal316217270037132350147104
Binary1100111010001111101110000111111011100111010000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FB8; }

 p { color: rgb(206,143,184); }

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

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

 a { background-color: rgb(206,143,184); }

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

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

 span { border-color: rgb(206,143,184); }

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