Html Css Color HEX #DCB2D8 French Lilac

📋 copy color: '#DCB2D8'

red 220 ◦ green 178 ◦ blue 216

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

Shades of French Lilac #DCB2D8

Tints of French Lilac #DCB2D8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.99%

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

R = 35.83%
G = 28.99%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCB2D8 (or 0xDCB2D8) is known color: French Lilac. HEX triplet: DC, B2 and D8. RGB value is (220,178,216). Sum of RGB (Red+Green+Blue) = 220+178+216=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D8 is #234D27. Grayscale: #C2C2C2. Windows color (decimal): -2313512 or 14201564. OLE color: 14201564.

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

Color convert

RGB 220 178 216 -
CMYK 0 0.19 0.02 0.14
HSL 305.71º 0.38% 0.78% -
HSV(B) 305.71º 0.19% 0.86% -
XYZ 57.83 52.01 71.96 -
YUV 194.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 220 178 216 0 0.19 0.02 0.14 305.71 0.38 0.78
Hex DC B2 D8 0 13 2 E 132 26 4E
Octal 334 262 330 0 23 2 16 462 46 116
Binary 11011100 10110010 11011000 0 10011 10 1110 100110010 100110 1001110

Color Harmonies of #DCB2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2D8

Black with #DCB2D8

Text Example


Text Example

White with #DCB2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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