#CE8FBD

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

Shades of Lily #CE8FBD

Tints of Lily #CE8FBD

Color information

#CE8FBD (or 0xCE8FBD) is unknown color: approx Lily. HEX triplet: CE, 8F and BD. RGB value is (206,143,189). Sum of RGB (Red+Green+Blue) = 206+143+189=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBD is #317042. Grayscale: #A6A6A6. Windows color (decimal): -3240003 or 12423118. OLE color: 12423118.

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

Color convert

RGB206143189-
CMYK00.310.080.19
HSL316.19º39.13%68.43%-
HSV(B)316.19º30.58%80.78%-
XYZ44.4636.4452.83-
YUV167.08140.37155.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=38.29%
G=26.58%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614318900.310.080.19316.1939.1368.43
HexCE8FBD01F81313c2744
Octal316217275037102347447104
Binary1100111010001111101111010111111000100111001111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FBD; }

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

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

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

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

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

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

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

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