#CE8FBA

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

Shades of Lily #CE8FBA

Tints of Lily #CE8FBA

Color information

#CE8FBA (or 0xCE8FBA) is unknown color: approx Lily. HEX triplet: CE, 8F and BA. RGB value is (206,143,186). Sum of RGB (Red+Green+Blue) = 206+143+186=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBA is #317045. Grayscale: #A6A6A6. Windows color (decimal): -3240006 or 12226510. OLE color: 12226510.

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

Color convert

RGB206143186-
CMYK00.310.100.19
HSL319.05º39.13%68.43%-
HSV(B)319.05º30.58%80.78%-
XYZ44.1436.3151.14-
YUV166.74138.87156-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=38.50%
G=26.73%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614318600.310.100.19319.0539.1368.43
HexCE8FBA01FA1313f2744
Octal316217272037122347747104
Binary1100111010001111101110100111111010100111001111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FBA; }

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

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

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

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

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

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

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

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