#CEAED1

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

Shades of Lilac #CEAED1

Tints of Lilac #CEAED1

Color information

#CEAED1 (or 0xCEAED1) is unknown color: approx Lilac. HEX triplet: CE, AE and D1. RGB value is (206,174,209). Sum of RGB (Red+Green+Blue) = 206+174+209=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAED1 is #31512E. Grayscale: #BBBBBB. Windows color (decimal): -3232047 or 13741774. OLE color: 13741774.

HSL color Cylindrical-coordinate representation of color #CEAED1: hue angle of 294.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAED1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206174209-
CMYK0.010.1700.18
HSL294.86º27.56%75.1%-
HSV(B)294.86º16.75%81.96%-
XYZ52.14866.84-
YUV187.56140.1141.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=34.97%
G=29.54%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061742090.010.1700.18294.8627.5675.1
HexCEAED11110121271c4b
Octal31625632112102244734113
Binary110011101010111011010001110001010010100100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAED1; }

 p { color: rgb(206,174,209); }

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

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

 a { background-color: rgb(206,174,209); }

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

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

 span { border-color: rgb(206,174,209); }

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