Html Css Color HEX #DCB1D2 French Lilac

📋 copy color: '#DCB1D2'

red 220 ◦ green 177 ◦ blue 210

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

Shades of French Lilac #DCB1D2

Tints of French Lilac #DCB1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 36.24%
G = 29.16%
B = 34.6%

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

#DCB1D2 (or 0xDCB1D2) is known color: French Lilac. HEX triplet: DC, B1 and D2. RGB value is (220,177,210). Sum of RGB (Red+Green+Blue) = 220+177+210=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D2 is #234E2D. Grayscale: #C1C1C1. Windows color (decimal): -2313774 or 13808092. OLE color: 13808092.

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

Color convert

RGB 220 177 210 -
CMYK 0 0.20 0.05 0.14
HSL 313.95º 0.38% 0.78% -
HSV(B) 313.95º 0.2% 0.86% -
XYZ 56.87 51.31 67.88 -
YUV 193.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 220 177 210 0 0.20 0.05 0.14 313.95 0.38 0.78
Hex DC B1 D2 0 14 5 E 13A 26 4E
Octal 334 261 322 0 24 5 16 472 46 116
Binary 11011100 10110001 11010010 0 10100 101 1110 100111010 100110 1001110

Color Harmonies of #DCB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1D2

Black with #DCB1D2

Text Example


Text Example

White with #DCB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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