#CFA2D4

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

Shades of Lilac #CFA2D4

Tints of Lilac #CFA2D4

Color information

#CFA2D4 (or 0xCFA2D4) is unknown color: approx Lilac. HEX triplet: CF, A2 and D4. RGB value is (207,162,212). Sum of RGB (Red+Green+Blue) = 207+162+212=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D4 is #305D2B. Grayscale: #B5B5B5. Windows color (decimal): -3169580 or 13935311. OLE color: 13935311.

HSL color Cylindrical-coordinate representation of color #CFA2D4: hue angle of 294º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA2D4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207162212-
CMYK0.020.2400.17
HSL294º36.76%73.33%-
HSV(B)294º23.58%83.14%-
XYZ50.5443.8668.09-
YUV181.16145.41146.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=35.63%
G=27.88%
B=36.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071622120.020.2400.1729436.7673.33
HexCFA2D42180111262549
Octal31724232423002144645111
Binary11001111101000101101010010110000100011001001101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2D4; }

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

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

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

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

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

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

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

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