#CEAFCA

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

Shades of Lilac #CEAFCA

Tints of Lilac #CEAFCA

Color information

#CEAFCA (or 0xCEAFCA) is unknown color: approx Lilac. HEX triplet: CE, AF and CA. RGB value is (206,175,202). Sum of RGB (Red+Green+Blue) = 206+175+202=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFCA is #315035. Grayscale: #BBBBBB. Windows color (decimal): -3231798 or 13283278. OLE color: 13283278.

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

Color convert

RGB206175202-
CMYK00.150.020.19
HSL307.74º24.03%74.71%-
HSV(B)307.74º15.05%80.78%-
XYZ51.4448.0562.44-
YUV187.35136.27141.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=35.33%
G=30.02%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617520200.150.020.19307.7424.0374.71
HexCEAFCA0F213134184b
Octal31625731201722346430113
Binary110011101010111111001010011111010011100110100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFCA; }

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

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

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

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

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

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

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

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