Html Css Color HEX #DCBAD9 French Lilac

📋 copy color: '#DCBAD9'

red 220 ◦ green 186 ◦ blue 217

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

Shades of French Lilac #DCBAD9

Tints of French Lilac #DCBAD9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.86%

 BLUE value IS 217 (85.16% from 255) = 34.83%

R = 35.31%
G = 29.86%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCBAD9 (or 0xDCBAD9) is known color: French Lilac. HEX triplet: DC, BA and D9. RGB value is (220,186,217). Sum of RGB (Red+Green+Blue) = 220+186+217=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD9 is #234526. Grayscale: #C7C7C7. Windows color (decimal): -2311463 or 14269148. OLE color: 14269148.

HSL color Cylindrical-coordinate representation of color #DCBAD9: hue angle of 305.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBAD9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 217 -
CMYK 0 0.15 0.01 0.14
HSL 305.29º 0.33% 0.8% -
HSV(B) 305.29º 0.15% 0.86% -
XYZ 59.6 55.34 73.19 -
YUV 199.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 220 186 217 0 0.15 0.01 0.14 305.29 0.33 0.8
Hex DC BA D9 0 F 1 E 131 21 50
Octal 334 272 331 0 17 1 16 461 41 120
Binary 11011100 10111010 11011001 0 1111 1 1110 100110001 100001 1010000

Color Harmonies of #DCBAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD9

Black with #DCBAD9

Text Example


Text Example

White with #DCBAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD9; }

 p { color: rgb(220,186,217); }

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

background-color css

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

 a { background-color: rgb(220,186,217); }

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

border-color css

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

 span { border-color: rgb(220,186,217); }

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