Html Css Color HEX #DCADD2 French Lilac

📋 copy color: '#DCADD2'

red 220 ◦ green 173 ◦ blue 210

#DCADD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DCADD2

Tints of French Lilac #DCADD2

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 value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCADD2 (or 0xDCADD2) is known color: 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

RGB 220 173 210 -
CMYK 0 0.21 0.05 0.14
HSL 312.77º 0.4% 0.77% -
HSV(B) 312.77º 0.21% 0.86% -
XYZ 56.09 49.76 67.62 -
YUV 191.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 220 173 210 0 0.21 0.05 0.14 312.77 0.4 0.77
Hex DC AD D2 0 15 5 E 139 28 4D
Octal 334 255 322 0 25 5 16 471 50 115
Binary 11011100 10101101 11010010 0 10101 101 1110 100111001 101000 1001101

Color Harmonies of #DCADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADD2

Black with #DCADD2

Text Example


Text Example

White with #DCADD2

Text Example


Text Example

HTML Codes & Css Web 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>