Html Css Color HEX #DCB1D1 French Lilac

📋 copy color: '#DCB1D1'

red 220 ◦ green 177 ◦ blue 209

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

Shades of French Lilac #DCB1D1

Tints of French Lilac #DCB1D1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.21%

 BLUE value IS 209 (82.03% from 255) = 34.49%

R = 36.3%
G = 29.21%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCB1D1 (or 0xDCB1D1) is known color: French Lilac. HEX triplet: DC, B1 and D1. RGB value is (220,177,209). Sum of RGB (Red+Green+Blue) = 220+177+209=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D1 is #234E2E. Grayscale: #C1C1C1. Windows color (decimal): -2313775 or 13742556. OLE color: 13742556.

HSL color Cylindrical-coordinate representation of color #DCB1D1: hue angle of 315.35º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1D1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 209 -
CMYK 0 0.20 0.05 0.14
HSL 315.35º 0.38% 0.78% -
HSV(B) 315.35º 0.2% 0.86% -
XYZ 56.75 51.26 67.23 -
YUV 193.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 220 177 209 0 0.20 0.05 0.14 315.35 0.38 0.78
Hex DC B1 D1 0 14 5 E 13B 26 4E
Octal 334 261 321 0 24 5 16 473 46 116
Binary 11011100 10110001 11010001 0 10100 101 1110 100111011 100110 1001110

Color Harmonies of #DCB1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1D1

Black with #DCB1D1

Text Example


Text Example

White with #DCB1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1D1; }

 p { color: rgb(220,177,209); }

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

background-color css

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

 a { background-color: rgb(220,177,209); }

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

border-color css

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

 span { border-color: rgb(220,177,209); }

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