#D6A8CF

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

Shades of French Lilac #D6A8CF

Tints of French Lilac #D6A8CF

Color information

#D6A8CF (or 0xD6A8CF) is unknown color: approx French Lilac. HEX triplet: D6, A8 and CF. RGB value is (214,168,207). Sum of RGB (Red+Green+Blue) = 214+168+207=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8CF is #295730. Grayscale: #BABABA. Windows color (decimal): -2709297 or 13609174. OLE color: 13609174.

HSL color Cylindrical-coordinate representation of color #D6A8CF: hue angle of 309.13º 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 #D6A8CF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214168207-
CMYK00.210.030.16
HSL309.13º35.94%74.9%-
HSV(B)309.13º21.5%83.92%-
XYZ5346.8165.27-
YUV186.2139.74147.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=36.33%
G=28.52%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416820700.210.030.16309.1335.9474.9
HexD6A8CF015310135244b
Octal32625031702532046544113
Binary11010110101010001100111101010111100001001101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8CF; }

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

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

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

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

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

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

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

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