#CE9DD5

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

Shades of Lilac #CE9DD5

Tints of Lilac #CE9DD5

Color information

#CE9DD5 (or 0xCE9DD5) is unknown color: approx Lilac. HEX triplet: CE, 9D and D5. RGB value is (206,157,213). Sum of RGB (Red+Green+Blue) = 206+157+213=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD5 is #31622A. Grayscale: #B1B1B1. Windows color (decimal): -3236395 or 13999566. OLE color: 13999566.

HSL color Cylindrical-coordinate representation of color #CE9DD5: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9DD5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206157213-
CMYK0.030.2600.16
HSL292.5º40%72.55%-
HSV(B)292.5º26.29%83.53%-
XYZ49.5242.0468.46-
YUV178.04147.73147.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=35.76%
G=27.26%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061572130.030.2600.16292.54072.55
HexCE9DD531A0101242849
Octal31623532533202044450111
Binary11001110100111011101010111110100100001001001001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DD5; }

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

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

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

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

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

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

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

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