#CF8EBA

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

Shades of Lily #CF8EBA

Tints of Lily #CF8EBA

Color information

#CF8EBA (or 0xCF8EBA) is unknown color: approx Lily. HEX triplet: CF, 8E and BA. RGB value is (207,142,186). Sum of RGB (Red+Green+Blue) = 207+142+186=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EBA is #307145. Grayscale: #A6A6A6. Windows color (decimal): -3174726 or 12226255. OLE color: 12226255.

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

Color convert

RGB207142186-
CMYK00.310.100.19
HSL319.38º40.37%68.43%-
HSV(B)319.38º31.4%81.18%-
XYZ44.2736.1651.1-
YUV166.45139.03156.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=38.69%
G=26.54%
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
Decimal20714218600.310.100.19319.3840.3768.43
HexCF8EBA01FA1313f2844
Octal317216272037122347750104
Binary1100111110001110101110100111111010100111001111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EBA; }

 p { color: rgb(207,142,186); }

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

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

 a { background-color: rgb(207,142,186); }

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

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

 span { border-color: rgb(207,142,186); }

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