#CB8EAC

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

Shades of Lily #CB8EAC

Tints of Lily #CB8EAC

Color information

#CB8EAC (or 0xCB8EAC) is unknown color: approx Lily. HEX triplet: CB, 8E and AC. RGB value is (203,142,172). Sum of RGB (Red+Green+Blue) = 203+142+172=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EAC is #347153. Grayscale: #A3A3A3. Windows color (decimal): -3436884 or 11308747. OLE color: 11308747.

HSL color Cylindrical-coordinate representation of color #CB8EAC: hue angle of 330.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EAC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203142172-
CMYK00.300.150.20
HSL330.49º36.97%67.65%-
HSV(B)330.49º30.05%79.61%-
XYZ41.7535.0243.59-
YUV163.66132.71156.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=39.26%
G=27.47%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314217200.300.150.20330.4936.9767.65
HexCB8EAC01EF1414a2544
Octal313216254036172451245104
Binary1100101110001110101011000111101111101001010010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EAC; }

 p { color: rgb(203,142,172); }

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

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

 a { background-color: rgb(203,142,172); }

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

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

 span { border-color: rgb(203,142,172); }

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