Html Css Color HEX #DCB7D8 French Lilac

📋 copy color: '#DCB7D8'

red 220 ◦ green 183 ◦ blue 216

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

Shades of French Lilac #DCB7D8

Tints of French Lilac #DCB7D8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.56%

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

R = 35.54%
G = 29.56%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCB7D8 (or 0xDCB7D8) is known color: French Lilac. HEX triplet: DC, B7 and D8. RGB value is (220,183,216). Sum of RGB (Red+Green+Blue) = 220+183+216=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7D8 is #234827. Grayscale: #C5C5C5. Windows color (decimal): -2312232 or 14202844. OLE color: 14202844.

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

Color convert

RGB 220 183 216 -
CMYK 0 0.17 0.02 0.14
HSL 306.49º 0.35% 0.79% -
HSV(B) 306.49º 0.17% 0.86% -
XYZ 58.84 54.04 72.3 -
YUV 197.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 220 183 216 0 0.17 0.02 0.14 306.49 0.35 0.79
Hex DC B7 D8 0 11 2 E 132 23 4F
Octal 334 267 330 0 21 2 16 462 43 117
Binary 11011100 10110111 11011000 0 10001 10 1110 100110010 100011 1001111

Color Harmonies of #DCB7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7D8

Black with #DCB7D8

Text Example


Text Example

White with #DCB7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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