#D6A8CC

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

Shades of French Lilac #D6A8CC

Tints of French Lilac #D6A8CC

Color information

#D6A8CC (or 0xD6A8CC) is unknown color: approx French Lilac. HEX triplet: D6, A8 and CC. RGB value is (214,168,204). Sum of RGB (Red+Green+Blue) = 214+168+204=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8CC is #295733. Grayscale: #B9B9B9. Windows color (decimal): -2709300 or 13412566. OLE color: 13412566.

HSL color Cylindrical-coordinate representation of color #D6A8CC: hue angle of 313.04º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8CC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214168204-
CMYK00.210.050.16
HSL313.04º35.94%74.9%-
HSV(B)313.04º21.5%83.92%-
XYZ52.6346.6663.36-
YUV185.86138.24148.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=36.52%
G=28.67%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416820400.210.050.16313.0435.9474.9
HexD6A8CC015510139244b
Octal32625031402552047144113
Binary110101101010100011001100010101101100001001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8CC; }

 p { color: rgb(214,168,204); }

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

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

 a { background-color: rgb(214,168,204); }

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

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

 span { border-color: rgb(214,168,204); }

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