#CFA2D0

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

Shades of Lilac #CFA2D0

Tints of Lilac #CFA2D0

Color information

#CFA2D0 (or 0xCFA2D0) is unknown color: approx Lilac. HEX triplet: CF, A2 and D0. RGB value is (207,162,208). Sum of RGB (Red+Green+Blue) = 207+162+208=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D0 is #305D2F. Grayscale: #B4B4B4. Windows color (decimal): -3169584 or 13673167. OLE color: 13673167.

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

Color convert

RGB207162208-
CMYK0.000.2200.18
HSL298.7º32.86%72.55%-
HSV(B)298.7º22.12%81.57%-
XYZ50.0443.6665.46-
YUV180.7143.41146.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=35.88%
G=28.08%
B=36.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071622080.000.2200.18298.732.8672.55
HexCFA2D001601212b2149
Octal31724232002602245341111
Binary1100111110100010110100000101100100101001010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2D0; }

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

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

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

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

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

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

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

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