#CFA1D0

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

Shades of Lilac #CFA1D0

Tints of Lilac #CFA1D0

Color information

#CFA1D0 (or 0xCFA1D0) is unknown color: approx Lilac. HEX triplet: CF, A1 and D0. RGB value is (207,161,208). Sum of RGB (Red+Green+Blue) = 207+161+208=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1D0 is #305E2F. Grayscale: #B3B3B3. Windows color (decimal): -3169840 or 13672911. OLE color: 13672911.

HSL color Cylindrical-coordinate representation of color #CFA1D0: hue angle of 298.72º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA1D0 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207161208-
CMYK0.000.2300.18
HSL298.72º33.33%72.35%-
HSV(B)298.72º22.6%81.57%-
XYZ49.8643.3165.41-
YUV180.11143.74147.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=35.94%
G=27.95%
B=36.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071612080.000.2300.18298.7233.3372.35
HexCFA1D001701212b2148
Octal31724132002702245341110
Binary1100111110100001110100000101110100101001010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1D0; }

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

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

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

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

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

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

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

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