Html Css Color HEX #DCB4D9 French Lilac

📋 copy color: '#DCB4D9'

red 220 ◦ green 180 ◦ blue 217

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

Shades of French Lilac #DCB4D9

Tints of French Lilac #DCB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.17%

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

R = 35.66%
G = 29.17%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB4D9 (or 0xDCB4D9) is known color: French Lilac. HEX triplet: DC, B4 and D9. RGB value is (220,180,217). Sum of RGB (Red+Green+Blue) = 220+180+217=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D9 is #234B26. Grayscale: #C4C4C4. Windows color (decimal): -2312999 or 14267612. OLE color: 14267612.

HSL color Cylindrical-coordinate representation of color #DCB4D9: hue angle of 304.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4D9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 217 -
CMYK 0 0.18 0.01 0.14
HSL 304.5º 0.36% 0.78% -
HSV(B) 304.5º 0.18% 0.86% -
XYZ 58.36 52.87 72.77 -
YUV 196.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 220 180 217 0 0.18 0.01 0.14 304.5 0.36 0.78
Hex DC B4 D9 0 12 1 E 130 24 4E
Octal 334 264 331 0 22 1 16 460 44 116
Binary 11011100 10110100 11011001 0 10010 1 1110 100110000 100100 1001110

Color Harmonies of #DCB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4D9

Black with #DCB4D9

Text Example


Text Example

White with #DCB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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