#D6ADCE

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

Shades of French Lilac #D6ADCE

Tints of French Lilac #D6ADCE

Color information

#D6ADCE (or 0xD6ADCE) is unknown color: approx French Lilac. HEX triplet: D6, AD and CE. RGB value is (214,173,206). Sum of RGB (Red+Green+Blue) = 214+173+206=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCE is #295231. Grayscale: #BCBCBC. Windows color (decimal): -2708018 or 13544918. OLE color: 13544918.

HSL color Cylindrical-coordinate representation of color #D6ADCE: hue angle of 311.71º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADCE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214173206-
CMYK00.190.040.16
HSL311.71º33.33%75.88%-
HSV(B)311.71º19.16%83.92%-
XYZ53.8248.6464.94-
YUV189.02137.58145.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=36.09%
G=29.17%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417320600.190.040.16311.7133.3375.88
HexD6ADCE013410138214c
Octal32625531602342047041114
Binary110101101010110111001110010011100100001001110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADCE; }

 p { color: rgb(214,173,206); }

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

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

 a { background-color: rgb(214,173,206); }

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

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

 span { border-color: rgb(214,173,206); }

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