Html Css Color HEX #DCBAD6 French Lilac

📋 copy color: '#DCBAD6'

red 220 ◦ green 186 ◦ blue 214

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

Shades of French Lilac #DCBAD6

Tints of French Lilac #DCBAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 35.48%
G = 30%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBAD6 (or 0xDCBAD6) is known color: French Lilac. HEX triplet: DC, BA and D6. RGB value is (220,186,214). Sum of RGB (Red+Green+Blue) = 220+186+214=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD6 is #234529. Grayscale: #C7C7C7. Windows color (decimal): -2311466 or 14072540. OLE color: 14072540.

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

Color convert

RGB 220 186 214 -
CMYK 0 0.15 0.03 0.14
HSL 310.59º 0.33% 0.8% -
HSV(B) 310.59º 0.15% 0.86% -
XYZ 59.21 55.19 71.15 -
YUV 199.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 220 186 214 0 0.15 0.03 0.14 310.59 0.33 0.8
Hex DC BA D6 0 F 3 E 137 21 50
Octal 334 272 326 0 17 3 16 467 41 120
Binary 11011100 10111010 11010110 0 1111 11 1110 100110111 100001 1010000

Color Harmonies of #DCBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD6

Black with #DCBAD6

Text Example


Text Example

White with #DCBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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