Html Css Color HEX #DCABD1 French Lilac

📋 copy color: '#DCABD1'

red 220 ◦ green 171 ◦ blue 209

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

Shades of French Lilac #DCABD1

Tints of French Lilac #DCABD1

RGB

 RED value IS 220 (86.33% from 255) = 36.67%

 GREEN value IS 171 (67.19% from 255) = 28.5%

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 36.67%
G = 28.5%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCABD1 (or 0xDCABD1) is known color: French Lilac. HEX triplet: DC, AB and D1. RGB value is (220,171,209). Sum of RGB (Red+Green+Blue) = 220+171+209=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD1 is #23542E. Grayscale: #BDBDBD. Windows color (decimal): -2315311 or 13741020. OLE color: 13741020.

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

Color convert

RGB 220 171 209 -
CMYK 0 0.22 0.05 0.14
HSL 313.47º 0.41% 0.77% -
HSV(B) 313.47º 0.22% 0.86% -
XYZ 55.59 48.94 66.84 -
YUV 189.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 220 171 209 0 0.22 0.05 0.14 313.47 0.41 0.77
Hex DC AB D1 0 16 5 E 139 29 4D
Octal 334 253 321 0 26 5 16 471 51 115
Binary 11011100 10101011 11010001 0 10110 101 1110 100111001 101001 1001101

Color Harmonies of #DCABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABD1

Black with #DCABD1

Text Example


Text Example

White with #DCABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABD1; }

 p { color: rgb(220,171,209); }

 H1.HeaderClassName
 {
   color: #DCABD1;
 }
 .AnyTagClassName
 {
   color: #DCABD1;
 }
</style>

background-color css

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

 a { background-color: rgb(220,171,209); }

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

border-color css

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

 span { border-color: rgb(220,171,209); }

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