#CFA5CE

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

Shades of Lilac #CFA5CE

Tints of Lilac #CFA5CE

Color information

#CFA5CE (or 0xCFA5CE) is unknown color: approx Lilac. HEX triplet: CF, A5 and CE. RGB value is (207,165,206). Sum of RGB (Red+Green+Blue) = 207+165+206=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5CE is #305A31. Grayscale: #B6B6B6. Windows color (decimal): -3168818 or 13542863. OLE color: 13542863.

HSL color Cylindrical-coordinate representation of color #CFA5CE: hue angle of 301.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5CE is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207165206-
CMYK00.200.000.19
HSL301.43º30.43%72.94%-
HSV(B)301.43º20.29%81.18%-
XYZ50.3344.6364.35-
YUV182.23141.41145.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=35.81%
G=28.55%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716520600.200.000.19301.4330.4372.94
HexCFA5CE01401312d1e49
Octal31724531602402345536111
Binary110011111010010111001110010100010011100101101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5CE; }

 p { color: rgb(207,165,206); }

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

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

 a { background-color: rgb(207,165,206); }

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

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

 span { border-color: rgb(207,165,206); }

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