#DCADD2

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

Shades of French Lilac #DCADD2

Tints of French Lilac #DCADD2

Color information

#DCADD2 (or 0xDCADD2) is unknown color: approx French Lilac. HEX triplet: DC, AD and D2. RGB value is (220,173,210). Sum of RGB (Red+Green+Blue) = 220+173+210=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD2 is #23522D. Grayscale: #BFBFBF. Windows color (decimal): -2314798 or 13807068. OLE color: 13807068.

HSL color Cylindrical-coordinate representation of color #DCADD2: hue angle of 312.77º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADD2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220173210-
CMYK00.210.050.14
HSL312.77º40.17%77.06%-
HSV(B)312.77º21.36%86.27%-
XYZ56.0949.7667.62-
YUV191.27138.57148.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=36.48%
G=28.69%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017321000.210.050.14312.7740.1777.06
HexDCADD20155E139284d
Octal33425532202551647150115
Binary11011100101011011101001001010110111101001110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADD2; }

 p { color: rgb(220,173,210); }

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

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

 a { background-color: rgb(220,173,210); }

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

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

 span { border-color: rgb(220,173,210); }

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