#CB8ECE

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

Shades of Lilac #CB8ECE

Tints of Lilac #CB8ECE

Color information

#CB8ECE (or 0xCB8ECE) is unknown color: approx Lilac. HEX triplet: CB, 8E and CE. RGB value is (203,142,206). Sum of RGB (Red+Green+Blue) = 203+142+206=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ECE is #347131. Grayscale: #A7A7A7. Windows color (decimal): -3436850 or 13536971. OLE color: 13536971.

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

Color convert

RGB203142206-
CMYK0.010.3100.19
HSL297.19º39.51%68.24%-
HSV(B)297.19º31.07%80.78%-
XYZ45.4436.563.04-
YUV167.54149.71153.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=36.84%
G=25.77%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031422060.010.3100.19297.1939.5168.24
HexCB8ECE11F0131292844
Octal31321631613702345150104
Binary1100101110001110110011101111110100111001010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ECE; }

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

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

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

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

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

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

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

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