Html Css Color HEX #DCABD2 French Lilac

📋 copy color: '#DCABD2'

red 220 ◦ green 171 ◦ blue 210

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

Shades of French Lilac #DCABD2

Tints of French Lilac #DCABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 36.61%
G = 28.45%
B = 34.94%

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

#DCABD2 (or 0xDCABD2) is known color: French Lilac. HEX triplet: DC, AB and D2. RGB value is (220,171,210). Sum of RGB (Red+Green+Blue) = 220+171+210=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD2 is #23542D. Grayscale: #BDBDBD. Windows color (decimal): -2315310 or 13806556. OLE color: 13806556.

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

Color convert

RGB 220 171 210 -
CMYK 0 0.22 0.05 0.14
HSL 312.24º 0.41% 0.77% -
HSV(B) 312.24º 0.22% 0.86% -
XYZ 55.71 48.99 67.49 -
YUV 190.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 220 171 210 0 0.22 0.05 0.14 312.24 0.41 0.77
Hex DC AB D2 0 16 5 E 138 29 4D
Octal 334 253 322 0 26 5 16 470 51 115
Binary 11011100 10101011 11010010 0 10110 101 1110 100111000 101001 1001101

Color Harmonies of #DCABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABD2

Black with #DCABD2

Text Example


Text Example

White with #DCABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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