#CE9DD4

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

Shades of Lilac #CE9DD4

Tints of Lilac #CE9DD4

Color information

#CE9DD4 (or 0xCE9DD4) is unknown color: approx Lilac. HEX triplet: CE, 9D and D4. RGB value is (206,157,212). Sum of RGB (Red+Green+Blue) = 206+157+212=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD4 is #31622B. Grayscale: #B1B1B1. Windows color (decimal): -3236396 or 13934030. OLE color: 13934030.

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

Color convert

RGB206157212-
CMYK0.030.2600.17
HSL293.45º39.01%72.35%-
HSV(B)293.45º25.94%83.14%-
XYZ49.3941.9967.79-
YUV177.92147.23148.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=35.83%
G=27.30%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061572120.030.2600.17293.4539.0172.35
HexCE9DD431A0111252748
Octal31623532433202144547110
Binary11001110100111011101010011110100100011001001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DD4; }

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

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

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

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

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

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

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

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