Html Css Color HEX #DCB9D2 French Lilac

📋 copy color: '#DCB9D2'

red 220 ◦ green 185 ◦ blue 210

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

Shades of French Lilac #DCB9D2

Tints of French Lilac #DCB9D2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

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

R = 35.77%
G = 30.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCB9D2 (or 0xDCB9D2) is known color: French Lilac. HEX triplet: DC, B9 and D2. RGB value is (220,185,210). Sum of RGB (Red+Green+Blue) = 220+185+210=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D2 is #23462D. Grayscale: #C6C6C6. Windows color (decimal): -2311726 or 13810140. OLE color: 13810140.

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

Color convert

RGB 220 185 210 -
CMYK 0 0.16 0.05 0.14
HSL 317.14º 0.33% 0.79% -
HSV(B) 317.14º 0.16% 0.86% -
XYZ 58.5 54.57 68.42 -
YUV 198.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 220 185 210 0 0.16 0.05 0.14 317.14 0.33 0.79
Hex DC B9 D2 0 10 5 E 13D 21 4F
Octal 334 271 322 0 20 5 16 475 41 117
Binary 11011100 10111001 11010010 0 10000 101 1110 100111101 100001 1001111

Color Harmonies of #DCB9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9D2

Black with #DCB9D2

Text Example


Text Example

White with #DCB9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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