Html Css Color HEX #DCB3D5 French Lilac

📋 copy color: '#DCB3D5'

red 220 ◦ green 179 ◦ blue 213

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

Shades of French Lilac #DCB3D5

Tints of French Lilac #DCB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.25%

 BLUE value IS 213 (83.59% from 255) = 34.8%

R = 35.95%
G = 29.25%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCB3D5 (or 0xDCB3D5) is known color: French Lilac. HEX triplet: DC, B3 and D5. RGB value is (220,179,213). Sum of RGB (Red+Green+Blue) = 220+179+213=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3D5 is #234C2A. Grayscale: #C3C3C3. Windows color (decimal): -2313259 or 14005212. OLE color: 14005212.

HSL color Cylindrical-coordinate representation of color #DCB3D5: hue angle of 310.24º degrees, saturation: 0.37, 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 #DCB3D5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 213 -
CMYK 0 0.19 0.03 0.14
HSL 310.24º 0.37% 0.78% -
HSV(B) 310.24º 0.19% 0.86% -
XYZ 57.65 52.26 70 -
YUV 195.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 220 179 213 0 0.19 0.03 0.14 310.24 0.37 0.78
Hex DC B3 D5 0 13 3 E 136 25 4E
Octal 334 263 325 0 23 3 16 466 45 116
Binary 11011100 10110011 11010101 0 10011 11 1110 100110110 100101 1001110

Color Harmonies of #DCB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3D5

Black with #DCB3D5

Text Example


Text Example

White with #DCB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3D5; }

 p { color: rgb(220,179,213); }

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

background-color css

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

 a { background-color: rgb(220,179,213); }

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

border-color css

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

 span { border-color: rgb(220,179,213); }

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