Html Css Color HEX #DCBCD5 French Lilac

📋 copy color: '#DCBCD5'

red 220 ◦ green 188 ◦ blue 213

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

Shades of French Lilac #DCBCD5

Tints of French Lilac #DCBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.27%

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

R = 35.43%
G = 30.27%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBCD5 (or 0xDCBCD5) is known color: French Lilac. HEX triplet: DC, BC and D5. RGB value is (220,188,213). Sum of RGB (Red+Green+Blue) = 220+188+213=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD5 is #23432A. Grayscale: #C8C8C8. Windows color (decimal): -2310955 or 14007516. OLE color: 14007516.

HSL color Cylindrical-coordinate representation of color #DCBCD5: hue angle of 313.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCD5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 213 -
CMYK 0 0.15 0.03 0.14
HSL 313.13º 0.31% 0.8% -
HSV(B) 313.13º 0.15% 0.86% -
XYZ 59.51 55.99 70.62 -
YUV 200.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 220 188 213 0 0.15 0.03 0.14 313.13 0.31 0.8
Hex DC BC D5 0 F 3 E 139 1F 50
Octal 334 274 325 0 17 3 16 471 37 120
Binary 11011100 10111100 11010101 0 1111 11 1110 100111001 11111 1010000

Color Harmonies of #DCBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCD5

Black with #DCBCD5

Text Example


Text Example

White with #DCBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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