#CB8EBC

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

Shades of Lily #CB8EBC

Tints of Lily #CB8EBC

Color information

#CB8EBC (or 0xCB8EBC) is unknown color: approx Lily. HEX triplet: CB, 8E and BC. RGB value is (203,142,188). Sum of RGB (Red+Green+Blue) = 203+142+188=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBC is #347143. Grayscale: #A5A5A5. Windows color (decimal): -3436868 or 12357323. OLE color: 12357323.

HSL color Cylindrical-coordinate representation of color #CB8EBC: hue angle of 314.75º 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 #CB8EBC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203142188-
CMYK00.300.070.20
HSL314.75º36.97%67.65%-
HSV(B)314.75º30.05%79.61%-
XYZ43.3835.6752.18-
YUV165.48140.71154.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=38.09%
G=26.64%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314218800.300.070.20314.7536.9767.65
HexCB8EBC01E71413b2544
Octal31321627403672447345104
Binary110010111000111010111100011110111101001001110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EBC; }

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

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

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

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

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

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

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

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