#CE8BD4

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

Shades of Lilac #CE8BD4

Tints of Lilac #CE8BD4

Color information

#CE8BD4 (or 0xCE8BD4) is unknown color: approx Lilac. HEX triplet: CE, 8B and D4. RGB value is (206,139,212). Sum of RGB (Red+Green+Blue) = 206+139+212=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE8BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BD4 is #31742B. Grayscale: #A7A7A7. Windows color (decimal): -3241004 or 13929422. OLE color: 13929422.

HSL color Cylindrical-coordinate representation of color #CE8BD4: hue angle of 295.07º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE8BD4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206139212-
CMYK0.030.3400.17
HSL295.07º45.91%68.82%-
HSV(B)295.07º34.43%83.14%-
XYZ46.5736.3466.85-
YUV167.36153.2155.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=36.98%
G=24.96%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061392120.030.3400.17295.0745.9168.82
HexCE8BD43220111272e45
Octal31621332434202144756105
Binary110011101000101111010100111000100100011001001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BD4; }

 p { color: rgb(206,139,212); }

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

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

 a { background-color: rgb(206,139,212); }

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

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

 span { border-color: rgb(206,139,212); }

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