#CFACD0

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

Shades of Lilac #CFACD0

Tints of Lilac #CFACD0

Color information

#CFACD0 (or 0xCFACD0) is unknown color: approx Lilac. HEX triplet: CF, AC and D0. RGB value is (207,172,208). Sum of RGB (Red+Green+Blue) = 207+172+208=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD0 is #30532F. Grayscale: #BABABA. Windows color (decimal): -3167024 or 13675727. OLE color: 13675727.

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

Color convert

RGB207172208-
CMYK0.000.1700.18
HSL298.33º27.69%74.51%-
HSV(B)298.33º17.31%81.57%-
XYZ51.8747.3266.08-
YUV186.57140.1142.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=35.26%
G=29.30%
B=35.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071722080.000.1700.18298.3327.6974.51
HexCFACD001101212a1c4b
Octal31725432002102245234113
Binary110011111010110011010000010001010010100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACD0; }

 p { color: rgb(207,172,208); }

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

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

 a { background-color: rgb(207,172,208); }

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

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

 span { border-color: rgb(207,172,208); }

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