Html Css Color HEX #DCABD4 French Lilac

📋 copy color: '#DCABD4'

red 220 ◦ green 171 ◦ blue 212

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

Shades of French Lilac #DCABD4

Tints of French Lilac #DCABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 36.48%
G = 28.36%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCABD4 (or 0xDCABD4) is known color: French Lilac. HEX triplet: DC, AB and D4. RGB value is (220,171,212). Sum of RGB (Red+Green+Blue) = 220+171+212=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD4 is #23542B. Grayscale: #BEBEBE. Windows color (decimal): -2315308 or 13937628. OLE color: 13937628.

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

Color convert

RGB 220 171 212 -
CMYK 0 0.22 0.04 0.14
HSL 309.8º 0.41% 0.77% -
HSV(B) 309.8º 0.22% 0.86% -
XYZ 55.96 49.09 68.81 -
YUV 190.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 220 171 212 0 0.22 0.04 0.14 309.8 0.41 0.77
Hex DC AB D4 0 16 4 E 136 29 4D
Octal 334 253 324 0 26 4 16 466 51 115
Binary 11011100 10101011 11010100 0 10110 100 1110 100110110 101001 1001101

Color Harmonies of #DCABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABD4

Black with #DCABD4

Text Example


Text Example

White with #DCABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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