#CE8FB3

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

Shades of Lily #CE8FB3

Tints of Lily #CE8FB3

Color information

#CE8FB3 (or 0xCE8FB3) is unknown color: approx Lily. HEX triplet: CE, 8F and B3. RGB value is (206,143,179). Sum of RGB (Red+Green+Blue) = 206+143+179=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FB3 is #31704C. Grayscale: #A5A5A5. Windows color (decimal): -3240013 or 11767758. OLE color: 11767758.

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

Color convert

RGB206143179-
CMYK00.310.130.19
HSL325.71º39.13%68.43%-
HSV(B)325.71º30.58%80.78%-
XYZ43.4136.0247.31-
YUV165.94135.37156.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=39.02%
G=27.08%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614317900.310.130.19325.7139.1368.43
HexCE8FB301FD131462744
Octal316217263037152350647104
Binary1100111010001111101100110111111101100111010001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FB3; }

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

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

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

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

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

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

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

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