Html Css Color HEX #DCB4D8 French Lilac

📋 copy color: '#DCB4D8'

red 220 ◦ green 180 ◦ blue 216

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

Shades of French Lilac #DCB4D8

Tints of French Lilac #DCB4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.06%

R = 35.71%
G = 29.22%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCB4D8 (or 0xDCB4D8) is known color: French Lilac. HEX triplet: DC, B4 and D8. RGB value is (220,180,216). Sum of RGB (Red+Green+Blue) = 220+180+216=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D8 is #234B27. Grayscale: #C3C3C3. Windows color (decimal): -2313000 or 14202076. OLE color: 14202076.

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

Color convert

RGB 220 180 216 -
CMYK 0 0.18 0.02 0.14
HSL 306º 0.36% 0.78% -
HSV(B) 306º 0.18% 0.86% -
XYZ 58.23 52.82 72.09 -
YUV 196.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 220 180 216 0 0.18 0.02 0.14 306 0.36 0.78
Hex DC B4 D8 0 12 2 E 132 24 4E
Octal 334 264 330 0 22 2 16 462 44 116
Binary 11011100 10110100 11011000 0 10010 10 1110 100110010 100100 1001110

Color Harmonies of #DCB4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4D8

Black with #DCB4D8

Text Example


Text Example

White with #DCB4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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