Html Css Color HEX #DCBAD8 French Lilac

📋 copy color: '#DCBAD8'

red 220 ◦ green 186 ◦ blue 216

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

Shades of French Lilac #DCBAD8

Tints of French Lilac #DCBAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 35.37%
G = 29.9%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCBAD8 (or 0xDCBAD8) is known color: French Lilac. HEX triplet: DC, BA and D8. RGB value is (220,186,216). Sum of RGB (Red+Green+Blue) = 220+186+216=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD8 is #234527. Grayscale: #C7C7C7. Windows color (decimal): -2311464 or 14203612. OLE color: 14203612.

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

Color convert

RGB 220 186 216 -
CMYK 0 0.15 0.02 0.14
HSL 307.06º 0.33% 0.8% -
HSV(B) 307.06º 0.15% 0.86% -
XYZ 59.47 55.29 72.5 -
YUV 199.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 220 186 216 0 0.15 0.02 0.14 307.06 0.33 0.8
Hex DC BA D8 0 F 2 E 133 21 50
Octal 334 272 330 0 17 2 16 463 41 120
Binary 11011100 10111010 11011000 0 1111 10 1110 100110011 100001 1010000

Color Harmonies of #DCBAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD8

Black with #DCBAD8

Text Example


Text Example

White with #DCBAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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