Html Css Color HEX #DCB9D6 French Lilac

📋 copy color: '#DCB9D6'

red 220 ◦ green 185 ◦ blue 214

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

Shades of French Lilac #DCB9D6

Tints of French Lilac #DCB9D6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.89%

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

R = 35.54%
G = 29.89%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCB9D6 (or 0xDCB9D6) is known color: French Lilac. HEX triplet: DC, B9 and D6. RGB value is (220,185,214). Sum of RGB (Red+Green+Blue) = 220+185+214=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D6 is #234629. Grayscale: #C6C6C6. Windows color (decimal): -2311722 or 14072284. OLE color: 14072284.

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

Color convert

RGB 220 185 214 -
CMYK 0 0.16 0.03 0.14
HSL 310.29º 0.33% 0.79% -
HSV(B) 310.29º 0.16% 0.86% -
XYZ 59 54.77 71.08 -
YUV 198.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 220 185 214 0 0.16 0.03 0.14 310.29 0.33 0.79
Hex DC B9 D6 0 10 3 E 136 21 4F
Octal 334 271 326 0 20 3 16 466 41 117
Binary 11011100 10111001 11010110 0 10000 11 1110 100110110 100001 1001111

Color Harmonies of #DCB9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9D6

Black with #DCB9D6

Text Example


Text Example

White with #DCB9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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