Html Css Color HEX #DCB1D9 French Lilac

📋 copy color: '#DCB1D9'

red 220 ◦ green 177 ◦ blue 217

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

Shades of French Lilac #DCB1D9

Tints of French Lilac #DCB1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 35.83%
G = 28.83%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB1D9 (or 0xDCB1D9) is known color: French Lilac. HEX triplet: DC, B1 and D9. RGB value is (220,177,217). Sum of RGB (Red+Green+Blue) = 220+177+217=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D9 is #234E26. Grayscale: #C2C2C2. Windows color (decimal): -2313767 or 14266844. OLE color: 14266844.

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

Color convert

RGB 220 177 217 -
CMYK 0 0.20 0.01 0.14
HSL 304.19º 0.38% 0.78% -
HSV(B) 304.19º 0.2% 0.86% -
XYZ 57.76 51.67 72.57 -
YUV 194.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 220 177 217 0 0.20 0.01 0.14 304.19 0.38 0.78
Hex DC B1 D9 0 14 1 E 130 26 4E
Octal 334 261 331 0 24 1 16 460 46 116
Binary 11011100 10110001 11011001 0 10100 1 1110 100110000 100110 1001110

Color Harmonies of #DCB1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1D9

Black with #DCB1D9

Text Example


Text Example

White with #DCB1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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