Html Css Color HEX #DCABD0 French Lilac

📋 copy color: '#DCABD0'

red 220 ◦ green 171 ◦ blue 208

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

Shades of French Lilac #DCABD0

Tints of French Lilac #DCABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 36.73%
G = 28.55%
B = 34.72%

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

#DCABD0 (or 0xDCABD0) is known color: French Lilac. HEX triplet: DC, AB and D0. RGB value is (220,171,208). Sum of RGB (Red+Green+Blue) = 220+171+208=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD0 is #23542F. Grayscale: #BDBDBD. Windows color (decimal): -2315312 or 13675484. OLE color: 13675484.

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

Color convert

RGB 220 171 208 -
CMYK 0 0.22 0.05 0.14
HSL 314.69º 0.41% 0.77% -
HSV(B) 314.69º 0.22% 0.86% -
XYZ 55.46 48.9 66.19 -
YUV 189.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 220 171 208 0 0.22 0.05 0.14 314.69 0.41 0.77
Hex DC AB D0 0 16 5 E 13B 29 4D
Octal 334 253 320 0 26 5 16 473 51 115
Binary 11011100 10101011 11010000 0 10110 101 1110 100111011 101001 1001101

Color Harmonies of #DCABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABD0

Black with #DCABD0

Text Example


Text Example

White with #DCABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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