#CFAED1

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

Shades of Lilac #CFAED1

Tints of Lilac #CFAED1

Color information

#CFAED1 (or 0xCFAED1) is unknown color: approx Lilac. HEX triplet: CF, AE and D1. RGB value is (207,174,209). Sum of RGB (Red+Green+Blue) = 207+174+209=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED1 is #30512E. Grayscale: #BBBBBB. Windows color (decimal): -3166511 or 13741775. OLE color: 13741775.

HSL color Cylindrical-coordinate representation of color #CFAED1: hue angle of 296.57º 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 #CFAED1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207174209-
CMYK0.010.1700.18
HSL296.57º27.56%75.1%-
HSV(B)296.57º16.75%81.96%-
XYZ52.3848.1466.85-
YUV187.86139.93141.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=35.08%
G=29.49%
B=35.42%

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
Decimal2071742090.010.1700.18296.5727.5675.1
HexCFAED11110121291c4b
Octal31725632112102245134113
Binary110011111010111011010001110001010010100101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAED1; }

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

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

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

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

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

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

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

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