Html Css Color HEX #DCABD8 French Lilac

📋 copy color: '#DCABD8'

red 220 ◦ green 171 ◦ blue 216

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

Shades of French Lilac #DCABD8

Tints of French Lilac #DCABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 36.24%
G = 28.17%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCABD8 (or 0xDCABD8) is known color: French Lilac. HEX triplet: DC, AB and D8. RGB value is (220,171,216). Sum of RGB (Red+Green+Blue) = 220+171+216=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD8 is #235427. Grayscale: #BEBEBE. Windows color (decimal): -2315304 or 14199772. OLE color: 14199772.

HSL color Cylindrical-coordinate representation of color #DCABD8: hue angle of 304.9º 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 #DCABD8 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 216 -
CMYK 0 0.22 0.02 0.14
HSL 304.9º 0.41% 0.77% -
HSV(B) 304.9º 0.22% 0.86% -
XYZ 56.47 49.3 71.51 -
YUV 190.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 220 171 216 0 0.22 0.02 0.14 304.9 0.41 0.77
Hex DC AB D8 0 16 2 E 131 29 4D
Octal 334 253 330 0 26 2 16 461 51 115
Binary 11011100 10101011 11011000 0 10110 10 1110 100110001 101001 1001101

Color Harmonies of #DCABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABD8

Black with #DCABD8

Text Example


Text Example

White with #DCABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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