#CEB0CF

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

Shades of Lilac #CEB0CF

Tints of Lilac #CEB0CF

Color information

#CEB0CF (or 0xCEB0CF) is unknown color: approx Lilac. HEX triplet: CE, B0 and CF. RGB value is (206,176,207). Sum of RGB (Red+Green+Blue) = 206+176+207=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0CF is #314F30. Grayscale: #BCBCBC. Windows color (decimal): -3231537 or 13611214. OLE color: 13611214.

HSL color Cylindrical-coordinate representation of color #CEB0CF: hue angle of 298.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0CF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206176207-
CMYK0.000.1500.19
HSL298.06º24.41%75.1%-
HSV(B)298.06º14.98%81.18%-
XYZ52.2448.6865.67-
YUV188.5138.44140.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=34.97%
G=29.88%
B=35.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061762070.000.1500.19298.0624.4175.1
HexCEB0CF0F01312a184b
Octal31626031701702345230113
Binary11001110101100001100111101111010011100101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0CF; }

 p { color: rgb(206,176,207); }

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

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

 a { background-color: rgb(206,176,207); }

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

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

 span { border-color: rgb(206,176,207); }

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