#CE8DBB

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

Shades of Lily #CE8DBB

Tints of Lily #CE8DBB

Color information

#CE8DBB (or 0xCE8DBB) is unknown color: approx Lily. HEX triplet: CE, 8D and BB. RGB value is (206,141,187). Sum of RGB (Red+Green+Blue) = 206+141+187=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBB is #317244. Grayscale: #A5A5A5. Windows color (decimal): -3240517 or 12291534. OLE color: 12291534.

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

Color convert

RGB206141187-
CMYK00.320.090.19
HSL317.54º39.88%68.04%-
HSV(B)317.54º31.55%80.78%-
XYZ43.9535.7651.6-
YUV165.68140.03156.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=38.58%
G=26.40%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614118700.320.090.19317.5439.8868.04
HexCE8DBB02091313e2844
Octal316215273040112347650104
Binary11001110100011011011101101000001001100111001111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DBB; }

 p { color: rgb(206,141,187); }

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

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

 a { background-color: rgb(206,141,187); }

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

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

 span { border-color: rgb(206,141,187); }

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