#CEAACA

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

Shades of Lilac #CEAACA

Tints of Lilac #CEAACA

Color information

#CEAACA (or 0xCEAACA) is unknown color: approx Lilac. HEX triplet: CE, AA and CA. RGB value is (206,170,202). Sum of RGB (Red+Green+Blue) = 206+170+202=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAACA is #315535. Grayscale: #B8B8B8. Windows color (decimal): -3233078 or 13281998. OLE color: 13281998.

HSL color Cylindrical-coordinate representation of color #CEAACA: hue angle of 306.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAACA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206170202-
CMYK00.170.020.19
HSL306.67º26.87%73.73%-
HSV(B)306.67º17.48%80.78%-
XYZ50.4946.1462.12-
YUV184.41137.93143.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=35.64%
G=29.41%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617020200.170.020.19306.6726.8773.73
HexCEAACA0112131331b4a
Octal31625231202122346333112
Binary1100111010101010110010100100011010011100110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAACA; }

 p { color: rgb(206,170,202); }

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

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

 a { background-color: rgb(206,170,202); }

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

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

 span { border-color: rgb(206,170,202); }

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