Html Css Color HEX #DCB7DA French Lilac

📋 copy color: '#DCB7DA'

red 220 ◦ green 183 ◦ blue 218

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

Shades of French Lilac #DCB7DA

Tints of French Lilac #DCB7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 35.43%
G = 29.47%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB7DA (or 0xDCB7DA) is known color: French Lilac. HEX triplet: DC, B7 and DA. RGB value is (220,183,218). Sum of RGB (Red+Green+Blue) = 220+183+218=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7DA is #234825. Grayscale: #C5C5C5. Windows color (decimal): -2312230 or 14333916. OLE color: 14333916.

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

Color convert

RGB 220 183 218 -
CMYK 0 0.17 0.01 0.14
HSL 303.24º 0.35% 0.79% -
HSV(B) 303.24º 0.17% 0.86% -
XYZ 59.1 54.14 73.67 -
YUV 198.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 220 183 218 0 0.17 0.01 0.14 303.24 0.35 0.79
Hex DC B7 DA 0 11 1 E 12F 23 4F
Octal 334 267 332 0 21 1 16 457 43 117
Binary 11011100 10110111 11011010 0 10001 1 1110 100101111 100011 1001111

Color Harmonies of #DCB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7DA

Black with #DCB7DA

Text Example


Text Example

White with #DCB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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